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");
}
?>
[252] Num 21:4-9;Ps 102:2-3, 16-18, 19-21; John 8:21-30.
Hours of the day.
Birthday:
56th birthday of D. Ricardo Sebastian NOGUEIRO (born this day in 1981).
On this day in our Jesuit history...
1578
At Lisbon, Rodolf Acquaviva and 13 companions embarked for India. Among the companions were Matthew Ricci and Michael Ruggieri.
1582
Pope Gregory XIII signed the papal bull for the reform of the calendar. Fr. Christopher Clavius, the Jesuit astronomer and mathematician, contributed greatly to the fashioning of the new Gregorian calendar.
1603
At Richmond, in Surrey, died Queen Elizabeth, after a long reign of 45 years, during which many Jesuits and others suffered martyrdom for their faith.
1657
The last of the Provincial Letters of Paschal is published.
1980
Archbishop Oscar Romero is assassinated while celebrating Mass in El Salvador. Jesuit alumnus and friend.