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
Required for scandinavian countries. In order to support holidays like in
The text was updated successfully, but these errors were encountered:
Original code:
(let ((midsommar-d (calendar-dayname-on-or-before 6 (calendar-absolute-from-gregorian (list 6 26 displayed-year))))) (list (calendar-gregorian-from-absolute midsommar-d) "Midsommardagen") (list (calendar-gregorian-from-absolute (1- midsommar-d)) "Midsommarafton") (list (calendar-gregorian-from-absolute (calendar-dayname-on-or-before 6 (calendar-absolute-from-gregorian (list 11 6 displayed-year)))) "Alla helgons dag"))))
Interpretation
holiday float 1 Sat before JUN 26 Midsommardagen holiday float 1 Sat before JUN 26 -1 Midsommarafton holiday float 1 Sun before NOV 6 Alla helgons dag
Formula 2 for Midsommarafton requires a new flavor "float with offset".
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Required for scandinavian countries.
In order to support holidays like in
The text was updated successfully, but these errors were encountered: