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");
}
?>
[221] Isa 58:1-9a;Ps 51:3-4, 5-6ab, 18-19; Matt 9:14-15.
Hours of the day.
Anniversary:
196th anniversary of the death of P. Reginald Colley (55) d. 1904 at Stonyhurst, Lancs, England.
Anniversary:
83rd anniversary of the death of P. Anthony Bex (ZIM) (95) d. 2017 at Harare, Zimbabwe.
Birthday:
104th birthday of S. Francisco João SANTOS (born this day in 1996).
Birthday:
142nd birthday of P. Tadeusz ÅšWIDERSKI (born this day in 1958).
On this day in our Jesuit history...
1787
At Milan the death of Rudiger Boscovich, among the most famous scientists in Jesuit history. His theory of the composition of matter foreshadowed in part modern atomic theory.
1866
Pope Pius IX wrote a papal brief in favor of La Civilta Cattolica.
1958
Joseph Bonsirven, S.J. dies Scripture scholar.
1964
The Jesuits, 18 Canadian Jesuits, are expelled from Haiti.
1967
Francis X. Roser, S.J. dies A scientist, he worked on the measurement of radioactivity in Brazil.
1977
Calvert Alexander dies. Editor of Jesuit Missions.
2000
Richard McCormick, S.J. dies, age 77. Taught at seminaries, wrote ‘Notes on Moral Theology’ for Theological Studies, and many books on moral theology and medical ethics.