ng2-ui / datetime-picker

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

Deprecation warning .... #31

Closed 0cv closed 8 years ago

0cv commented 8 years ago

I experience the same issue, than the one we can see in the plunkr of this Readme (just open the console): https://plnkr.co/edit/su2aiL?p=preview

Not sure what the issue is about though.

allenhwkim commented 8 years ago

Those ones are warning about momemtjs date object and normal Date object. MomentJS is only used only if available. However, momentjs does not want to use Date once momentjs is used. I tried to turn it off, but was not successful.

allenhwkim commented 8 years ago

This annoying warning has been removed by following this http://stackoverflow.com/questions/23263380/deprecation-warning-moment-construction-falls-back-to-js-date, and released as 0.9.2