EASTERSUNDAY

Returns the date of Easter Sunday for the entered year.

Süntaks

EASTERSUNDAY(aasta)

Aasta on täisarv vahemikus 1583 kuni 9956 või 0 kuni 99. Päevade liitmisel sellele kuupäevale saab arvutada ka teisi pühasid.

Easter Monday = EASTERSUNDAY(Year) + 1

Good Friday = EASTERSUNDAY(Year) - 2

Pentecost Sunday = EASTERSUNDAY(Year) + 49

Pentecost Monday = EASTERSUNDAY(Year) + 50

Examples

=EASTERSUNDAY(2000) returns 2000-04-23.

EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD.