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");
}
?>
[220] Deut 30:15-20;Ps 1:1-2, 3, 4+6; Luke 9:22-25.
Hours of the day.
Birthday:
48th birthday of P. Luis MATOPE (born this day in 1991).
Birthday:
44th birthday of S. Stephanie BWALYA (born this day in 1995).
On this day in our Jesuit history...
1621
Petition from Louis XIII of France to Pope Gregory XV, urging the canonization of St. Ignatius.
1637
At Naples died Father Francis Pavone. Inflamed by his words and holy example, sixty of his class of Philosophy, and the entire class of Poetry embraced the Religious State.
1831
On this day, Fr. General Roothaan’s letter declaring Missouri an independent mission (from Maryland) finally reaches the Missouri Jesuits. Their superior is Fr. Theodore De Theux. He communicated this to the 15 members of the Society in the West. This status gives the mission the privilege of having its own novitiate.
1979
Fr. Francis Louis Martinsek, S.J. is assassinated in Mokame, India. He was born in Pennsylvania, USA.