LibreOffice 25.2 Help
Returns the date of Easter Sunday for the entered year.
EASTERSUNDAY(Year)
Year is an integer between 1583 and 9956 or 0 and 99. You can also calculate other holidays by simple addition with this date.
სააღდგომო ორშაბათი = EASTERSUNDAY() + 1
წითელი პარასკევი EASTERSUNDAY() - 2
სამების კვირა = EASTERSUNDAY() + 49
სამების ორშაბათი EASTERSUNDAY() + 50
=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.
ORG.OPENOFFICE.EASTERSUNDAY