ng2-ui / datetime-picker

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

Date picker format on get #170

Closed uvconnects closed 7 years ago

uvconnects commented 7 years ago

Yes when 2 way binding to a input text box. the date picker format works fine when choosing a date. My date format shows as follow. 03-03-2017. But when retrieving Data json value it does not reformat. 2017-03-02T00:00:00. Is there a way to force it to keep the format when requesting data.?

allenhwkim commented 7 years ago

Duplicate to #143