icai / vue3-calendar

vue 2.x vue 3.x calendar component
https://icai.github.io/vue3-calendar/
MIT License
494 stars 89 forks source link

Incorrect display of days in the calendar #38

Closed crimsonimp closed 5 years ago

crimsonimp commented 5 years ago

You have incorrectly displayed days in your calendar. Look at the first and second panes and then compare it. Can you fix it?

icai commented 5 years ago

the pic blocked @crimsonimp

smgood commented 5 years ago

Don't worry @crimsonimp . I found the bug on the Vue2 Calendar live demo! April 1, 2019 falls on a Monday. The Vue2 Calendar widget displays it as occurring on a Sunday.

http://blog.w3cub.com/vue2-calendar/demo/

matuszeg commented 5 years ago

I fixed it here https://github.com/icai/vue2-calendar/pull/41