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:
125th anniversary of the death of F. Joseph Penny (77) d. 1914 at Spinkhill, Sheffield, England.
Anniversary:
46th anniversary of the death of P. Francis McDonagh (HIB) (77) d. 1993 at Dublin, Ireland.
Birthday:
54th birthday of P. Peter BANDA (born this day in 1985).
On this day in our Jesuit history...
1546
At Rome, the death of Pierre Fabre, one of the first companions.
1571
Francis Borgia is sent by Pius V with Cardinal Alessandrino into Spain and France to try to induce the sovereigns to form a league against the Turks.
1591
Joachim Friedrich Ritter von Spee, S.J. is born. He wrote poetry, and also Cautio Criminalis, against trials and executions of witches. A Defender of human rights.
1931
The Oriental chapel in the Curia in Rome is blessed and dedicated.
1990
Fr. John Houle, S.J. age 77, is cured of a heart condition through the intercession of Blessed Claude LaColombiere. This helps lead to his canonization.