ng2-ui/datetime-picker

default times doesn't work

baremaximum opened this issue · 2 comments

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.

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

Thank you for the quick reply.