Expand description
The ISO calendar (also usable as Gregorian)
Functionsยง
- const_
fixed_ from_ iso - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1167-L1189
- fixed_
from_ iso - Non-const version of
const_fixed_from_iso
- 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