Skip to content

Cldr Calendars version 2.4.0

Latest

Choose a tag to compare

@kipcole9 kipcole9 released this 05 Nov 17:37
· 0 commits to main since this release

Bug Fixes

  • Fix year/1, month/2 and days_in_month/2 for 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/2 which converts either a date or a date range to another calendar.