Blessed Trinity Parish & St Patrick Parish

HomeSites → Easter

Computation of Date of Easter

Short Answer: Easter is the Sunday after the full moon1 on or after the vernal (or spring) equinox2. Easter occurs as early as March 22 and as late as April 25.

Extended Answer: The observant will notice two footnotes, because it just can't be that simple.

1. It's not exactly the familiar full moon, which most calendars mark when the astronomical full moon occurs (using Greenwich mean time, the universal time zone of Greenwich, England). Easter uses the Paschal Full Moon, which is computed rather than observing the moon. Originally, tables were used. For 2011, the PFM is April 18, and the AFM is April 18 2:44 GMT (April 17, 22:44 EDT). The PFM and AFM occasionally differ by one or two days.

2. It's not exactly the familiar vernal equinox, which most calendars mark when the Sun crosses directly over the equator (again, using Greenwich mean time), varying from March 19–21. Easter uses the fixed date of March 21. The astronomical vernal equinox for 2011 is March 20 23:21 GMT (19:21 EDT).

A formula to compute the date of Easter is provided below. <formula>

The following feasts and observances are related to Easter:

Holy Day Relationship to Easter Date for 2012
Septuagesima 63 days before February 5, 2012
Quinquagesima 49 days before February 19, 2012
Ash Wednesday (Beginning of Lent) 46 days before (often stated as 40 days, but that excludes Sundays) February 22, 2012
Palm Sunday 7 days before April 1, 2012
Holy Thursday (Triduum begins with Mass of the Lord's Supper) 3 days before April 5, 2012
Good Friday 2 days before April 6, 2012
Easter this is the day! April 8, 2012
Ascension Thursday (moved to next Sunday in some locations) 39 days after May 17, 2012
Pentecost 49 days after May 27, 2012
Monday after Pentecost (Ordinary Time resumes) 50 days after May 28, 2012
Trinity Sunday 56 days after June 3, 2012
Corpus Christi (moved to previous Thursday in some locations) 63 days after June 10, 2012
Sacred Heart 68 days after June 15, 2012

Algorithm by Jean Baptiste Joseph Delambre (1749-1822) to compute date of Easter

works for the Gregorian calendar (the one we use every day) since 1583

Computation Example
/ means integer division without a remainder 13 / 4 = 3
8 / 2 = 4
% means modulo division or remainder 13 % 4 = 1
8 % 2 = 0
y is 4-digit year

a = y % 19

17

b = y / 100

20
c = y % 100 12

d = b / 4

5
e = b % 4 0

f = (b + 8) / 25

1
g = (b – f + 1) / 3 6

h = (19 × a + b – d – g + 15) % 30

17
i = c / 4 3

k = c % 4

0
l = (32 + 2 × e + 2 × i – h × k) % 7 0

m = (a + 11 × h + 22 × l) / 451

0
r = 22 + h + l – 7 × m 39
If r < 32, then r is day of March
otherwise (r – 31) is day of April
April 8, 2012

<Home Page - www.blessed-trinity-parish.org>
Updated 2011-03-13
Copyright © MMV Blessed Trinity Parish
<Contact Us>