Expand description
The Julian calendar
Constantsยง
- DAYS_
IN_ ๐4_ YEAR_ CYCLE - DAYS_
IN_ ๐YEAR - JULIAN_
EPOCH ๐
Functionsยง
- day_
before_ year - Calculates the day before Jan 1 of
year. - days_
before_ month - The number of days in this year before this month starts
- easter
- Calculates the date of Easter in the given year
- fixed_
from_ julian - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1689-L1709
- fixed_
from_ julian_ book_ version - Get a fixed date from the ymd of a Julian date.
- is_
leap_ year - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1684-L1687
- julian_
from_ fixed - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1711-L1738
- year_
day - Calculates the month/day from the 1-based day of the year
- year_
from_ ๐fixed - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/1ee51ecfaae6f856b0d7de3e36e9042100b4f424/calendar.l#L1191-L1217