Function Repository Resource:

EasterSunday

Source Notebook

Find the date of Easter Sunday for a given year

Contributed by: Wolfram Research

ResourceFunction["EasterSunday"][]

gives the date of Easter Sunday in the current year.

ResourceFunction["EasterSunday"][year]

gives the date of Easter Sunday in the given year in the Gregorian calendar system.

Details and Options

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

Examples

Basic Examples (2) 

Easter Sunday this year:

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

Easter Sunday for the year 2000:

In[2]:=
ResourceFunction["EasterSunday"][2000]
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