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");
}
?>
At Nagasaki, Ven. Father John Baptist de Baeza died. In the space of three years he is said to have baptized 75,000 adults at Goa, Macao, Mozambique, and in Japan.
1909
Apostolic Letter of Pius X, "Vinea Electa" erects the Pontifical Biblical Institute, to combat "false, erroneous and heretical views, especially those recently current."
1938
Proclamation of the decree by Franco that restores the Society in Spain.
1945
Fr. Ferdinand Bonsrel, S.J. dies missionary in Sri Lanka from l901-45. Educator, scientist, honored by a stamp.
1965
General Congregation 31 opens its first session. It will elect Fr. Pedro Arrupe as Superior General.