shubhadip / vuejs3-datepicker

vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
https://vuejs3-datepicker.netlify.app/
MIT License
70 stars 41 forks source link

Wrong Day and Date Match #76

Closed manjumjn closed 10 months ago

manjumjn commented 10 months ago

Hi, It seems that the date picker is showing wrong Day and Date. Eg. Today Sunday Nov 26 but it shows Nov 26 as Monday. image

manjumjn commented 10 months ago

After forking and testing, It seems that if i add monday-first it fixes the issue. Should it be enabled by default then?

shubhadip commented 10 months ago

issue was with the css have fixed the issue.

manjumjn commented 10 months ago

Great. Thanks