Module iso

Source
Expand description

The ISO calendar (also usable as Gregorian)

Constantsยง

EPOCH ๐Ÿ”’

Functionsยง

fixed_from_iso
Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1167-L1189
is_leap_year
Whether or not year is a leap year
iso_from_fixed
Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1525-L1540
iso_new_year ๐Ÿ”’
iso_year_from_fixed ๐Ÿ”’
Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1191-L1217