calendar/Classes/Domain
Daniel Siepmann (Codappix) b087098793
Fix broken month view if last week of December is in next year (#9)
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
2024-09-16 12:29:46 +02:00
..
Model Fix broken month view if last week of December is in next year (#9) 2024-09-16 12:29:46 +02:00