vue-cal icon indicating copy to clipboard operation
vue-cal copied to clipboard

Incorrect weekday in week view.

Open yogeshgalav opened this issue 1 year ago • 1 comments

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>

yogeshgalav avatar Jan 25 '24 07:01 yogeshgalav