Orthodox Easter date calculator
Using a modification of the Gauss algorithm to calculate Orthodox Easter date
This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/4213/. Also, please do not modify any references to the original work (if any) contained in this content.
Using a modification of the Gauss algorithm to calculate Orthodox Easter date
For reference, the description of the algorithm given below the calculator is taken from Wikipedia
Description of Orthodox Easter date calculation
To define the old-style Orthodox Easter date, you have to:
Divide the year number by 19 and define the remainder of division a.
Divide the year number by 4 and define the remainder of division b.
Divide the year number by 7 and define the remainder of division c.
Divide the sum 19a + 15 by 30 and define the remainder d.
Divide the sum 2b + 4c + 6d + 6 by 7 and define the remainder e.
Define the sum f = d + e.
If f ≤ 9, then Easter will be celebrated on March 22 + f March; if f > 9, the Easter will be celebrated on f - April 9th.
For a new style conversion, you have to move forward by 13 days in the 20th and 21st centuries. Orthodox Easter in the 20th and 21st centuries takes place from April 4th to May 8th.
Comments