Open Cynically opened 2 years ago
I can confirm this is happening and I can also confirm that I tested fix #514 and it's working perfectly.
Hi, any idea when this will get merged in?
Still I face the same issue that When startWeekOnSunday is set to true, the date in the Week view is shifted by a day. Can someone help me?
@antoniandre Is there anything blocking to fix this issue? The PR has been peer-reviewed and seem to have been tested. Do you need help with this?
@antoniandre , Could you please look at this commit, really need startWeekOnSunday function to be fixed
For those who need a fix, I know WeWeb has forked and fixed this issue at https://github.com/weweb-assets/vue-cal/commits/ww-main, as they embedded this into their software and had to fix it for their own customers. I've been using that version since October and it works great.
Maybe that will help some of you!
I am also having this issue. Is there any update on merging PR #514 ?
I am currently using the latest version of the vue-cal package, v4.9.0. However, when I set startWeekOnSunday to true, the dates are still displayed incorrectly. May I kindly inquire if there is a planned timeline for resolving this issue?
When startWeekOnSunday is set to true, the date in the Week view is shifted by a day. So Sunday is Oct 1st, Monday is Oct 2nd, and Tuesday is Oct 3rd etc. The correct date should've been Sunday 2, Monday 3, Tuesday 4 etc.
Here's the code to reproduce https://codepen.io/cynically-the-looper/pen/qBYKNQb?editors=1010