Bug Fixes
-
Fix
year/1,month/2anddays_in_month/2for Julian calendars. -
CLDR 48 fixes the dates for some Japanese eras.
Enhancements
-
Use CLDR 48 calendar data. The primary change for calendars is to the era dates for the Japanese calendar.
-
Adds
use Cldr.Calendar.Julian, new_year_starting_month_and_day: {month_of_year, day_of_month}to allow modelling Julian calendars that don't start on January 1st. -
Adds
Cldr.Calendar.convert/2which converts either a date or a date range to another calendar.