calendar/Classes/Domain/Model
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
..
Context.php Add features to build an archive (#8) 2023-01-04 08:42:36 +01:00
ContextSpecificFactory.php Add features to build an archive (#8) 2023-01-04 08:42:36 +01:00
Day.php Add features to build an archive (#8) 2023-01-04 08:42:36 +01:00
ForeignDataFactory.php Add support for years 2021-02-23 15:02:06 +01:00
IsDayActive.php calendar logic 2020-10-27 13:32:50 +01:00
Month.php Fix broken month view if last week of December is in next year (#9) 2024-09-16 12:29:46 +02:00
NullDataFactory.php calendar logic 2020-10-27 13:32:50 +01:00
Week.php Fix broken month view if last week of December is in next year (#9) 2024-09-16 12:29:46 +02:00
Year.php Add support for years 2021-02-23 15:02:06 +01:00