ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Any way to set default value only for hour and minute? #203

Open Miojo opened 7 years ago

Miojo commented 7 years ago

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