Fix broken month view if last week of December is in next year #9

Merged
d-s-codappix merged 1 commit from 11388-issue-with-year-switch into main 2024-09-16 10:29:46 +00:00
d-s-codappix commented 2024-09-16 10:15:36 +00:00 (Migrated from github.com)

The cause was using the wrong character in formatting the year. We now switch from Y to o which will work based on the week instead of date. This is necessary as we provide this year to the week, and therefore need the year of the week, not day.

Resolves: #11388

The cause was using the wrong character in formatting the year. We now switch from `Y` to `o` which will work based on the week instead of date. This is necessary as we provide this year to the week, and therefore need the year of the week, not day. Resolves: #11388
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
typo3/calendar!9
No description provided.