You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function calendar-catholic(event) is accepting an argument defining the event of the Christian calendar. It returns the date of the event for the year specified in the argument. The name of the event is not case-sensitive. If the event is not defined (out of the list defined below), the function returns null.
The function
calendar-catholic(event)
is accepting an argument defining the event of the Christian calendar. It returns the date of the event for the year specified in the argument. The name of the event is not case-sensitive. If the event is not defined (out of the list defined below), the function returnsnull
.Epiphany
: 6th of JanuaryCandlemas
: 2nd of FebruaryThe Annunciation
: 25th of MarchShrove Tuesday
: 46 days beforeEaster Sunday
(is a Tuesday)Ash Wednesday
: 45 days beforeEaster Sunday
(is a Wednesday)Palm Sunday
: 7 days beforeEaster Sunday
(is a Sunday)Maundy Thursday
: 3 days beforeEaster Sunday
(is a Thursday)Good Friday
: 2 days beforeEaster Sunday
(is a Friday)Easter Sunday
: See calculation below (is a Sunday)Ascension Day
: 39 days afterEaster Sunday
(is a Thursday)Pentecost
(aliasWhit Sunday
): 49 days afterEaster Sunday
(is a Sunday)Whit Monday
: 50 days afterEaster Sunday
(is a Monday)Trinity Sunday
: 56 days afterEaster Sunday
(is a Sunday)Corpus Christi
: 61 days afterEaster Sunday
(is a Thursday)The Assumption
: 15th of AugustImmaculate Conception
: 8th of SeptemberAll Saints’ Day
: 1st of NovemberFirst Sunday of Advent
: 4 Sundays beforeChristmas
(is a Sunday)Christmas
: 25th of DecemberThe function to calculate Easter is defined here and documented at https://www.tondering.dk/claus/cal/easter.php
The text was updated successfully, but these errors were encountered: