@EASTER
— returns
the date of Easter for the specified year. The date may be returned in
any output date format supported
by this plugin. If no output format is specified, it defaults to the
local date format with a four-digit year.
Syntax:
%@EASTER[
year,
church,
fmt,
offset]
year | four digits, 1601 - 9999; * next occurrence; if omitted, defaults to the current year |
church | 0 = Western (Catholic, Protestant); 1 = Eastern Orthodox; defaults to 0 |
fmt | the date format used to return the date; defaults to 256 |
offset | optional number of days to add to (or subtract from) Easter’s date; useful for other moveable feasts |
If you specify an asterisk for the year,
@EASTER
will return the date of the next Easter after
today’s date. If you use an asterisk for year
and specify an offset, @EASTER
will return the next matching date after today’s date.
For example: When is the next Mardi Gras? (It’s celebrated 47 days before Easter.)
qcal %@easter[*,,,-47]
• New: This function does not exist in Take Command.