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");
}
?>
Mass of the Sunday; Gloria, Creed, Pref. of Sunday.
Yr A
[85] Deut 11:18, 26-28, 32; Ps 31:2-3a, 3b-4, 17+25; Rom 3:21-25, 28; Matt 7:21-27.
Hours of the Sunday. Te Deum. Week 1 of the Psalter.
Anniversary:
98th anniversary of the death of P. William Sandiford (91) d. 1970 at Shoreham-by-Sea, Sussex, England.
Anniversary:
56th anniversary of the death of P. James Berry (80) d. 2012 at Harare, Zimbabwe.
On this day in our Jesuit history...
The Novena of Grace begins on this day.
1777
Disgrace and dismissal from office of Carvalho (Marquis de Pombal) the Society's bitterest enemy, by Queen Mary of Portugal.
1887
Fr. General Beckx, the 22nd General dies. His term was 33 years long.
1911
Charles de Smedt, S.J. dies. He gave new life and vigor to the Bollandists. 2014. Canonization of Blessed Jose de Anchieta. Letter of Fr. General on this occasion.