function getOrthodoxEaster($date)
{
/*
Takes any Gregorian date and returns the Gregorian
date of Orthodox Easter for that year.
*/
$year = date("Y", $date);
$r1 = $year % 19;
$r2 = $year % 4;
$r3 = $year % 7;
$ra = 19 * $r1 + 16;
$r4 = $ra % 30;
$rb = 2 * $r2 + 4 * $r3 + 6 * $r4;
$r5 = $rb % 7;
$rc = $r4 + $r5;
//Orthodox Easter for this year will fall $rc days after April 3
return strtotime("3 April $year + $rc days");
}
?>
[239] Deut 4:1, 5-9;Ps 147:12-13, 15-16, 19-20; Matt 5:17-19.
Hours of the day.
white
St Cyril of Jerusalem, bishop and doctor of the Church Common of Pastors, or Common of Doctors of the Church Readings from the Common of Saints: [542] 1 John 5:1-5 (#740.18); Ps 19:8, 9, 10, 11 (#727.1); John 15:1-8 (#742,24).
Commemoration
Anniversary:
120th anniversary of the death of F. Henry Proest (52) d. 1900 at Amsterdam, Netherlands.
Birthday:
76th birthday of P. Ivan GEROVAC (born this day in 1944).