We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example
(holiday-sexp '(let ((day (calendar-nth-named-day 1 0 2 year 2))) (if (equal day (caar (holiday-easter-etc -49))) (caar (holiday-easter-etc -56)) day)) "Kynttilänpäivä")
computes
holiday float 1 SUN after 2 2 Kynttilänpäivä
potential syntax holiday either float 1 Sun after FEB 2 of if equal to easter -49 then easter -56 Kynttilänpäivä
holiday either float 1 Sun after FEB 2 of if equal to easter -49 then easter -56 Kynttilänpäivä
(holiday-sexp '(let ((day (calendar-nth-named-day 1 0 3 year 22))) (if (or (equal day (caar (holiday-easter-etc 0))) (equal day (caar (holiday-easter-etc -7)))) (caar (holiday-easter-etc -14)) day)) "Marian ilmestyspäivä")
holiday float 1 Sun after MAR 22 Marian ilmestyspäivä
potential syntax holiday either float 1 Sun after MAR 22 of if equal to easter 0,easter -7 then easter -14 Kynttilänpäivä
holiday either float 1 Sun after MAR 22 of if equal to easter 0,easter -7 then easter -14 Kynttilänpäivä
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example
computes
holiday float 1 SUN after 2 2 Kynttilänpäivä
potential syntax
holiday either float 1 Sun after FEB 2 of if equal to easter -49 then easter -56 Kynttilänpäivä
computes
holiday float 1 Sun after MAR 22 Marian ilmestyspäivä
potential syntax
holiday either float 1 Sun after MAR 22 of if equal to easter 0,easter -7 then easter -14 Kynttilänpäivä
The text was updated successfully, but these errors were encountered: