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");
}
?>
[328] Heb 13:15-17, 20-21;Ps 23:1-3a, 3b-4, 5, 6; Mark 6:30-34.
Hours of the day.
white green
Saturday Memorial of the Blessed Virgin Mary
Optional
Anniversary:
162nd anniversary of the death of P. Edward Buckland (71) d. 1935 at Preston, Lancs, England.
Anniversary:
108th anniversary of the death of F. George Feeney (55) d. 1989 at Lusaka, Zambia.
Birthday:
93rd birthday of NS. Cephas Joseph CHODZAZA (born this day in 2004).
Birthday:
148th 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.