DanielYKPan / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
562 stars 358 forks source link

Error in locale #562

Open MenzGasserIT opened 5 years ago

MenzGasserIT commented 5 years ago

When you change the locale and you change the Date by typing in the input box it reads the string as you are still using 'en' locale. I tried using 'it' which uses dd/mm/aaaa format and if I change the date using that format it converts it into date by using the mm/dd/aaaa format which is not correct.

angular version: 7.1.0 ng-pick-datetime version: 7.0.0

rovercoder commented 5 years ago

Duplicate of #541 and #269