indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Wrong date is saved in case of DD/MM/YY date format #283

Open ghost opened 5 years ago

ghost commented 5 years ago

I believe there is a bug related to two char year format like DD/MM/YY. Steps to reproduce:

  1. select date format DD/MM/YY
  2. pick date Jan 1, 1919 <date will look like 01/01/19>
  3. open picker -> selected date is Jan 1, 2019

Worth notice! If user selects the same date once again it will be kept correctly (in this example Jan 1, 1919)