Fix broken month view if last week of December is in next year #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "11388-issue-with-year-switch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The cause was using the wrong character in formatting the year. We now switch from
Ytoowhich 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