nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 841 forks source link

[Bug] Weekly view does not show initial current date correct #1401

Open JeroenMoonen opened 8 months ago

JeroenMoonen commented 8 months ago

When the firstDayOfWeek is set to a different day, the start day in weekly view is incorrect.

Example starting on Sunday (correct): <VCalendar firstDayOfWeek="1" title-position="left" expanded view="weekly" v-model="date" mode="date"/>

Screenshot 2023-10-27 at 22 02 59

Example starting on Monday (incorrect): <VCalendar firstDayOfWeek="2" title-position="left" expanded view="weekly" v-model="date" mode="date"/>

Screenshot 2023-10-27 at 22 03 24