You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
I need to show the current date on default, but change the default hour and minute so I can know if the user changed it or not...
Just like the first image on this repository, the hour and minute are "00" "00" and theres a date selected.
I need to show the current date on default, but change the default hour and minute so I can know if the user changed it or not...
Just like the first image on this repository, the hour and minute are "00" "00" and theres a date selected.
I tried setting :
<input [(ngModel)]="myDate"
hour = "00"
minute = "00"
ngui-datetime-picker
/>
but it didint work
The text was updated successfully, but these errors were encountered: