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");
}
?>
[462] Gal 1:13-24;Ps 139:1b-3, 13-14ab, 14c-15; Luke 10:38-42.
Hours of the day.
white
St Bruno, priest Common of Pastors, or Common of Holy Men and Women: For Religious Readings from the Common of Saints: [652] Phil 3:8-14 (#740.9); Ps 1:1-2, 3, 4+6 (#739.1); Luke 9:57-62 (#742.19).
Optional
Anniversary:
130th anniversary of the death of P. John Lea (52) d. 1890 at Edinburgh, Scotland.
Anniversary:
72nd anniversary of the death of P. Francis Madden (76) d. 1948 at Salisbury, Rhodesia.