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");
}
?>
Separate Vigil Mass texts in RM with separate set of readings. An elongated Vigil Liturgy of the Word is one option.
Mass of Pentecost; Gloria, Sequence, Creed, Preface of Pentecost, special Communicantes in Eucharistic Prayer I, Double alleluia at the dismissal.
Hours of the Solemnity. Te Deum. At Evening Prayer II, double alleluia at dismissal
After Evening Prayer, the Paschal Candle is extinguished, and moved to the Baptistery, where it is kept in a place of honor so that the candles of the newly baptised may be lit from it.
The weeks of the year resume with Week 9.
Week 1 of the Psalter.
Anniversary:
26th anniversary of the death of P. Xolile Keteyi (41) d. 1994 at Pietermaritzburg, RSA.
Anniversary:
14th anniversary of the death of P. Claudio Rossi (61) d. 2006 at Palestrina, Italy.
Birthday:
40th birthday of P. Nicholas HAMAKALU (born this day in 1980).
Birthday:
68th birthday of P. Stephen BUCKLAND (born this day in 1952).