forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-31944 Fix Calendar tool Month display name (sakaiproject#3582)
* SAK-31944 Fix Calendar tool Month display name Previously in the Calendar tool, the month name would be displayed incorrectly when it was the 31 day of a month. This was resolved by using the new Java 8 YearMonth object. Minor cleanup in CalendarUtil.java * SAK-31944 Add test for month calculations on 31st. When it’s the 31st of the month the calculated day of the month is shown incorrectly.
1 parent
8be539e
commit 4eeac2f
Showing
3 changed files
with
104 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters