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

31st Day of Month not selecting properly with Custom Format. #293

Open Murray1313 opened 4 years ago

Murray1313 commented 4 years ago

Using the following Date Format: (D hh:mm A) I tried to select the 31st day of a month and it switches it to the 1st. I was able to work around the issue by adding "M" to my format, but this is still unexpected behavior. The issue can be replicated in the demo moment picker: https://indrimuska.github.io/angular-moment-picker/.