ng2-ui / datetime-picker

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

default times doesn't work #214

Closed baremaximum closed 6 years ago

baremaximum commented 6 years ago

trying` to set the default time (e.g. by writing month="08") doesn't work at all. It simply makes the date blank. See your plunker demo for an example.

allenhwkim commented 6 years ago

default-value will work for a specific date and time. e.g. default-value="2017-12-31"

baremaximum commented 6 years ago

Thank you for the quick reply.