Open yogeshgalav opened 10 months ago
The date 25 January 2024, is shown as Friday in week view when prop :startWeekOnSunday="true".
<template #weekday-heading="{ view, heading }"> <span v-if="view.id === 'week'">{{ heading.date.getDate() }} ({{ heading.label }})</span> </template>
I also have the same problem. This calendar is so perfect! It's a shame that because of this problem I won't be able to use it in my project. 😥😥
The date 25 January 2024, is shown as Friday in week view when prop :startWeekOnSunday="true".