antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

[#505] Fix weekly view start/end dates #514

Open fletcherhaz opened 1 year ago

fletcherhaz commented 1 year ago

this.view already takes into account start week on Sunday (https://github.com/antoniandre/vue-cal/blob/main/src/vue-cal/index.vue#L517).

These two lines were subtracting an extra day.

Fixes #505

elavarasan-star commented 1 year ago

When this pull request will get merged?

pedrorls commented 1 year ago

Hey guys! Is there any plans to merge this PR? I really need this correction. Thanks ☺️

dianakoh commented 1 week ago

Hello! I was wondering if there are any plans to merge this PR. I would really like to use this package, and the startWeekOnSunday feature is essential for me.