Function Repository Resource:

EasterSundayGreekOrthodox

Source Notebook

Find the date of Easter Sunday according to the Greek Orthodox Church

Contributed by: Wolfram Research

ResourceFunction["EasterSundayGreekOrthodox"][]

gives the date of Easter Sunday in the current year.

ResourceFunction["EasterSundayGreekOrthodox"][year]

gives the date of Easter Sunday according to the Greek Orthodox Church, using the Gregorian system.

Details and Options

As of Version 10.0, calendar functionality is built into the Wolfram Language. »

Examples

Basic Examples (2) 

Easter Sunday in the Gregorian system according to the Greek Orthodox Church:

In[1]:=
ResourceFunction["EasterSundayGreekOrthodox"][]
Out[1]=

Greek Orthodox Easter Sunday for the year 1920:

In[2]:=
ResourceFunction["EasterSundayGreekOrthodox"][1920]
Out[2]=

Version History

  • 3.0.0 – 07 April 2020
  • 2.0.0 – 08 August 2019
  • 1.0.0 – 26 April 2019

Related Resources

License Information