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");
}
?>
The Feast of St. Ignatius is raised to a "double" and extended to the universal church.
1688
King Louis XIV forbade all correspondence and interchange between the French Jesuits and Father General Thyrsus Gonzalez.
1688
King Louis XIV forbade all correspondence and interchange between the French Jesuits and the Spanish General, Thyrsus Gonzalez. This petty tyranny lasted two years.
1723
The deaths in Vietnam of Servants of God John Baptist Messari and Francis Mary Bucherelli, martyrs.
1958
Pierre LeJay, S.J. dies. He was a French Jesuit, famed geophysicist, member of the French Academy, and did research on the continental drift.
1963
Walter Ciszek, S.J. is freed from prison camp in Russia. He had been in detention since 1938.