O3 Framework / registerDefaultCalendar
registerDefaultCalendar(
locale,calendar):void
Defined in: packages/framework/esm-utils/src/dates/date-util.ts:155
Provides the name of the calendar to associate, as a default, with the given base locale.
string
the locale to register this calendar for
CalendarIdentifier
the calendar to use for this registration
void
registerDefaultCalendar('en', 'buddhist') // sets the default calendar for the 'en' locale to Buddhist.