Class: ISO8601Calendar

calendars.ISO8601Calendar(id)

Generic ISO 8601 calendar, with no era. Years are algebraic numbers. This class is based on Unicode's 'iso8601', but implements the full standard i.e. signed full years. Since mid-2025 with Firefox, dates are displayed in the order: signed year, month, day, unlike the default gregorian calendar.

Constructor

new ISO8601Calendar(id)

Parameters:
Name Type Description
id string the calendar identifier.
Source: