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");
}
?>
Second Sunday of Easter (Sunday of Divine Mercy) [Octave Day of Easter]. (Formerly known as Dominica in Albis (Sunday in White), Quasimodo Sunday or Low Sunday.)
Mass of the Sunday, Gloria, Creed, Preface of Easter I ("on this Easter day"); Easter Communicantes and Hanc igitur; double alleluia at dismissal.
Hours of the Sunday. Te Deum. Evening Prayer II of the Sunday. The Easter Octave ends. Week 2 of the Psalter.
On this day in our Jesuit history...
1506
St. Francis Xavier is born at the family castle in Navarre. Six days later Peter Faber is born.
1994
Three Jesuit priests killed, with 14 others at Centre Christus in Rwanda: Chrysologus Mahame (the first Rwandan Jesuit, age 67), Patrick Gahizi (age 48) , and Innocent Rutagambwa (age 46). Beginnings of genocide in Rwanda, one half million killed in the next seven months.
2014
In Homs, Syria, Frans Van der Lugt is assassinated.