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");
}
?>
[407] Num 11:4b-15;Ps 81:12-13, 14-15, 16-17; Matt 14:13-21 or (Year A) 14:22-36 (from Tues [408]).
Hours of the day.
white
The Dedication of the Basilica of St Mary Major Common of the Blessed Virgin Mary Readings from the Common of Saints: [613] Rev 21:1-5a (#708.3); Judith 13:18, 19 (#709.2); Luke 11:27-28 (#712.10).
Optional
Anniversary:
103rd anniversary of the death of P. Salvator Blanca (81) d. 1916 at Palermo, Italy.
Anniversary:
5th anniversary of the death of P. Michael O'Donnell (76) d. 2014 at Pickering, ON, Canada.