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");
}
?>
[329] 1 Kgs 8:1-7, 9-13;Ps 132:6-7, 8-10; Mark 6:53-56.
Hours of the day.
Anniversary:
97th anniversary of the death of P. Edward Buckland (71) d. 1935 at Preston, Lancs, England.
Anniversary:
43rd anniversary of the death of F. George Feeney (55) d. 1989 at Lusaka, Zambia.
Birthday:
28th birthday of NS. Cephas Joseph CHODZAZA (born this day in 2004).
Birthday:
83rd birthday of P. Michael LEWIS (born this day in 1949).
On this day in our Jesuit history...
1809
Robert Molyneux, S.J. dies age 71. He was a missionary from England, the second President of Georgetown and the first Superior of the Jesuits in the USA.
1932
The Iraq mission is assigned to the New England Province.
1945
The Ateneo de Manila shelled and bombed, February 9-14th. The Japanese leave and the Americans arrive on the 19th.