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");
}
?>
107th anniversary of the death of P. Kevin Lenaghan (52) d. 1952 at Rondebosch, RSA.
Birthday:
70th birthday of S. Tafumanei Eric CHIKANYA (born this day in 1989).
On this day in our Jesuit history...
1393
St. John Nepomucene dies, being thrown into the Moldau in Bohemia. (In the new RM)
1571
Borgia orders the Jesuits to withdraw from the Florida mission, seeing little or no fruit of their labors. "Shake the dust from your feet."
1597
At Rome the death of Fr. James Terry, a Scotsman. When he was a scholastic, St. Ignatius reputedly appeared to him and told him to study less and pray more.
1873
Jules Lebreton, S.J. is born. Historian and theologian.
1899
Teilhard de Chardin enters the novitiate at Aix en Provence. He joins C.C. Martindale who was already a novice, on rest there to complete his novitiate.
1977
Horacio de Ia Costa, S.J. dies Philippine Jesuit historian, had been provincial and then assistant to the General in Rome.