Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Added Austrian holidays #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MorpheusXAUT
Copy link

Includes public and non-public holidays
Non-public holidays have a keyword_n value of public added, so can be filtered out easily in calls, e.g.:
moment("2018-12-24").isHoliday() --> "Heiliger Abend"
moment("2018-12-24").isHoliday("public") --> false

Nick Müller added 2 commits April 3, 2018 17:33
Includes public and non-public holidays
Fixed typo in `keywords` entry for "Christi Himmelfahrt"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant