|
ONLINE LITURGICAL CALENDAR
Province of Southern Africa (SAP) of the Society of Jesus
|
|
|
|
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");
}
?>
[By ancient custom the dates for the great feasts of the coming year are announced after the Gospel on Epiphany by the deacon or priest.
This custom is still mentioned in the 1984 Ceremonial of Bishops,
no. 240, and in the 2002 Roman Missal.
You can find the text of this at the bottom of this page.
(See Acta Romana 15 [1967-72]: 61.)
Where one or more Mass intentions are prescribed without further notation, it is understood that they are prescribed for each priest and are to be said as first-intention Masses; those who are not priests are to offer as many Masses as priests are obliged to offer.
Every month, each Jesuit is to offer one Mass for each of these four intentions:
- The intention of Father General
- The deceased of the Society
- Our benefactors
- The needs of the Church and the Society
If possible, in November the intention for the deceased of the Society should be offered on November 3 or the day following.
The intention for the needs of the Church and the Society should be offered, if possible, on the following days:
- 3 Jan (Holy Name of the Name Jesus)
- 12 Mar (Anniversary of the canonization of Ss Ignatius and Francis Xavier)
- 31 May (Visitation)
- Sacred Heart
- 7 Aug (Anniversary of the restoration of the Society, 1814)
- 27 Sep (Anniversary of the first confirmation of the Society, 1540)
- This table summarizes on which days Ritual Masses (e.g., Nuptial Masses), Masses for Various Needs, and Votive Masses may be celebrated,
- This table shows the Liturgical Days according to their Order of Precedence,
- This table shows the Calendar of Lectionary Cycles and Movable Liturgical Feasts (2021 - 2100).
Page compiled in 0 seconds