Class: ProlepticGregorianCalendar

calendars.ProlepticGregorianCalendar(id)

Generic proleptic Gregorian calendar, with no era. Years are algebraic numbers. Date elements are represented in the same order as for contemporary dates in the various languages. However, dates before the switchover to Gregorian are all "new style", event before 1582. Year are algebraic: there is a 0 year, and the year figure is signed. The only difference with ISO8601 is the reference to Unicode's 'gregory' instead of 'iso8601'.

Constructor

new ProlepticGregorianCalendar(id)

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