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");
}
?>
[222] Isa 58:9b-14;Ps 86:1-2, 3-4, 5-6; Luke 5:27-32.
Hours of the day.
Anniversary:
96th anniversary of the death of P. AntoĢnio JuĢlio Gomes (77) d. 1953 at Braga, Portugal.
Birthday:
53rd birthday of S. Victor ERNESTO (born this day in 1996).
Birthday:
81st birthday of P. Matsepane MORARE (born this day in 1968).
On this day in our Jesuit history...
1603
Letter from Fr. General Acquaviva to the whole Society, representing that he and Fr. Bellarmine had left nothing undone to prevent the latter's promotion to the Cardinalate.
1832
At Coimbra the obsequies of Carvalho were performed by Father Philip Delvaux, the body having remained unburied since May 5, 1782.
1922
Missouri Province purchased "White House Farm". It becomes the site of a retreat center. It was so called because of a post Civil War movement to transfer the national capital from Washington to St. Louis, with the Farm serving as the Presidentās home.
1933
A letter of Fr. Ledochowski to all provincials urges the definition of the dogma of Mary as Mediatrix of All Graces.
1980
William Bier, S.J. Psychologist, teacher at Fordham University, dies. He was a pioneer in the psychological testing of candidates.