Classes
Methods
getDateFor(year)
Gets this entry's date in a given year.
Parameters:
| Name | Type | Description |
|---|---|---|
year |
The year to compute for |
Returns:
The date, Easter plus this entry's offset
(static) computeEaster(year, calendar)
Computes Easter Sunday, as a date in the Gregorian calendar.
The Gregorian branch is the anonymous Meeus/Jones/Butcher algorithm. The
Julian branch computes Orthodox Easter on the Julian calendar and then
shifts it onto the Gregorian calendar by the offset for that century.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
year |
The year to compute for | ||
calendar |
gregorian | Which reckoning to use (default: gregorian) |
Returns:
Easter Sunday for that year