ng2-ui / datetime-picker

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

Model as Date when format is used #54

Closed luizfbicalho closed 7 years ago

luizfbicalho commented 7 years ago

I made this plunkr https://plnkr.co/edit/yOoXEdAeVqUvlElVN32Q?p=preview if I put a Date object, it shoudn't return the date object back?

the displayed value should be the formatted and the internal value should be the date correct?

allenhwkim commented 7 years ago

Thanks for the question.

It returns date object back with toString function overwritten.

https://plnkr.co/edit/FNSFdcRfx5HeCDgjySGJ?p=preview