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");
}
?>
[395] Mic 6:1-4, 6-8;Ps 50:5-6, 8-9, 16bc-17, 21+23; Matt 12:38-42.
Hours of the day.
red
St Apollinaris, bishop and martyr Common of Martyrs, or Common of Pastors Readings from the Common of Saints: [601B] Ezek 34:11-16 (#719.9); Ps 23:1-3a, 4, 5, 6 (#721.2); John 10:11-16 (#724.10).
Optional
[RM]
Traditionally on this day, we remember from Scripture St. Elijah, prophet (cf. 2 Kgs. 2:11) [from the Roman Martyrology].
Anniversary:
93rd anniversary of the death of P. Edmund Delplace (86) d. 1927 at Bruges, Belgium.
Anniversary:
12th anniversary of the death of P. Thomas M. Valiquette (75) d. 2008 at Centennial, USA.
Anniversary:
4th anniversary of the death of S. LuciÌdio Ribeiro (77) d. 2016 at Lisbon, Portugal.