EASTERSUNDAY

入力した年のイースターサンデーの日付を返します。

Syntax

EASTERSUNDAY(Year)

Year は、1583 ~ 9956 または 0 ~ 99 の整数です。また、この日付に加算して、ほかのの祝日を計算することができます。

復活祭の翌日 = EASTERSUNDAY(Year) + 1

聖金曜日 = EASTERSUNDAY(Year) - 2

聖霊降臨節 = EASTERSUNDAY(Year) + 49

聖霊降臨節の月曜日 = EASTERSUNDAY(Year) + 50

Example

=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.