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");
}
?>
119th birthday of P. Roy THADEN (born this day in 1943).
Birthday:
66th birthday of S. Gift CHIFAMBA (born this day in 1996).
Birthday:
87th birthday of P. Andrew SIMPASA (born this day in 1975).
On this day in our Jesuit history...
1561
Pius IV abrogates the decree of Paul II and keeps the life term of Father General.
1614
The death of Fr. Martin Costens, a Polish Jesuit, who had an iron crown weighing 16 pounds placed on his head and tightened with a pin until his head was crushed.
1769
On the part of his sovereign, Louis XV, the French Ambassador, Aubeterre, presented to Clement XIII a summary demand for the total suppression of the Society. He found the Pope unbending.
1901
Saint Alberto Hurtado, S.J. is born in Chile. He established Hogar de Cristo, and worked with youth, in Catholic Action. He dies 18 August 1952.