We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 994a1a8 + 948816d commit aa4ac19Copy full SHA for aa4ac19
1 file changed
src/components/Calendar/Week.tsx
@@ -43,7 +43,7 @@ const Week = () => {
43
{ucFirst(
44
shortString(
45
dateFormat(
46
- new Date(`2022-11-${6 + item + startDateModifier}`),
+ new Date(2022, 10, 6 + item + startDateModifier),
47
"ddd",
48
i18n
49
) || ""
0 commit comments