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 day. Preface of Easter I - V "...in this time."
Cycle II
[268] Acts 4:32-37;Ps 93:1ab, 1cd-2, 5; John 3:7b-15.
Hours of the day.
[RM]
Traditionally on this day, we remember from Scripture St. Agabus, prophet in Antioch (cf. Acts 21:10-11) [from the Roman Martyrology].
Anniversary:
98th anniversary of the death of P. John Berrell (69) d. 1994 at Johannesburg, RSA.
Anniversary:
92nd anniversary of the death of F. Alexio Muzvidzwa (43) d. 2000 at Harare, Zimbabwe.
Birthday:
92nd birthday of S. Tomás Modesto BENE (born this day in 2000).
On this day in our Jesuit history...
1548
St. Peter Canisius was sent to Messina to teach rhetoric.
1762
In France, the expulsion of the Fathers from all their colleges and houses by decree of parliament.
1979
Karl Rahner, S.J. receives honorary degree at Weston School of Theology, Cambridge, and delivers a classic lecture on the three eras or epochs of church.
2007
Edward Brady, S.J. dies, age 77 in Nairobi, Kenya. Worked with JRS, and with Sudanese Bishops for peace and justice.
2018
Simon Decloux, SJ dies. Was Rector at Kimwenza, Tertian Instructor, Provincial, General Assistant.