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, Gloria, Creed, Preface of Easter I - V. Where Ascension is celebrated on the Seventh Sunday of Easter, today's second reading & gospel may be from Seventh Sunday of Easter if desired.
Yr A
[55] Acts 8:5-8, 14-17; Ps 66:1-3, 4-5, 6-7, 16+20; 1 Pet 3:15-18; John 14:15-21.
Hours of the Sunday. Te Deum. Week 2 of the Psalter.
Anniversary:
81st anniversary of the death of P. Bertram Callan (60) d. 1939 at Makumbi, S. Rhodesia.
Anniversary:
75th anniversary of the death of F. Francis Pacek (77) d. 1945 at Chingombe, N. Rhodesia.
Anniversary:
39th anniversary of the death of P. Joseph Conway (56) d. 1981 at Ennis, Ireland.
Birthday:
46th birthday of P. Clyde MUROPA (born this day in 1974).