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");
}
?>
Mass of the day. Preface of Easter I - V "...in this time."
Cycle I
[271] Acts 5:34-42;Ps 27:1, 4, 13-14; John 6:1-15.
Hours of the day.
Anniversary:
90th anniversary of the death of P. Cuthbert Donnelly (75) d. 1977 at London, England.
On this day in our Jesuit history...
1549
Xavier embarks at Malacca for Japan.
1610
Robert Parsons, S.J. dies "The most active and indefatigable of all the leaders of the English Catholics in the reign of Elizabeth."
1778
Empress Catherine the Great requested the Holy See that the Jesuits in White Russia (the only ones in the world, all others having been suppressed) might have a novitiate. She received the answer that the local bishop should do as he thought best.
1778
Empress Catherine the Great requested the Holy See that the Jesuits in White Russia (the only ones in the world, all others having been suppressed) might have a novitiate. She received the answer thatthelocal bishop should do as he thought best.
1884
Fr. Peter Beckx, aged 88, resigned governance of the Society to Fr. Anton Anderledy.