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
525 stars 226 forks source link

DatePicker Month and Day Issue #217

Open luludpsalmist opened 7 years ago

luludpsalmist commented 7 years ago

Hi , I have just noticed an issue with the date picker where a month selection in this case October has wrong days on one users PC and Correct days on another user's PC . Could this be a timezone issue ?

image

As you can see from the image, October 1, 2017 should be a sunday Not a monday. However , It looks OK on some user's PC and different in others. Is there a property that needs to be set to fix this issue?

luludpsalmist commented 7 years ago

I've noticed that the dates are still correct when I view the date picker on IE 11 so it appears google chrome version may have something to do with the issue. Is there a way fix this issue generally ?