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");
}
?>
[489] Phil 3:17-4:1;Ps 122:1-2, 3-4ab, 4cd-5; Luke 16:1-8.
Hours of the day.
Birthday:
78th birthday of S. Brendon Gerard NAYANAH (born this day in 1980).
On this day in our Jesuit history...
1561
In Ethiopia, Fathers Rodriguez and Elianus were maltreated by the people of Memphis at the instigation of the Copt schismatics.
1769
In Spain, Charles III ordered all of the Society's goods to be sold, and sent a peremptory demand to the newly-elected Pope Clement XIV to have the Society suppressed.
1974
Karl Rahner, S.J. and Bernard Lonergan, S.J. are the only two to receive honorary degrees at the University of Chicago at a special convocation of the University. This is the climax of one month long medieval celebration of the 700th anniversary of the deaths of Aquinas and Bonaventure.