Skip to content
New issue

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

Document extension to the spec: Referring to specific weekday for dates and date ranges #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Deviations from the grammar as of [this version of the opening hours specificati
* leading 0s in times optional
* unicode EN DASH (U+2013) EM DASH (U+2014) characters are allowed for hyphen
* various unicode whitespace characters are ignored
* date ranges referring each to a specific weekday are allowed (e.g. `Apr Fr[-1] - Jun Fr[1]` - last Friday in April to first Friday in June)

In strict mode time ranges that have a nummerically earlier ending time than start and
do not use the _extended time_ format will cause a parse exception to be thrown, this
Expand Down
Loading