ng2-ui / datetime-picker

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

Design Issue Dates and Days of week are displayed wrong in calendar #200

Closed saineshwar closed 7 years ago

saineshwar commented 7 years ago

Design Issue Dates and Days of week are displayed wrong in calendar

According to Calendar the day i select it must me Tuesday but it is displaying as Friday .

image

The date on Windows .

image

saineshwar commented 7 years ago

Making Padding 0 0px in ng2-datetime-picker.umd.js resolved my issue

image

image

And same thing can be done in ng2-datetime-picker.component.ts Typescript file

floouuu commented 6 years ago

Thank you, you saved me a lot of time with your excellent answer! Have a nice day!