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
Mo-Fr: 12:00
The readme states:
In non-strict mode the following further differences are allowed: [...] superfluous ":" after weekday range
In non-strict mode the following further differences are allowed: [...]
However, Mo-Fr: 12:00 is parsed without error also in strict mode.
The text was updated successfully, but these errors were encountered:
The comment in the source is
// spec is not clear on this, however ":" is used in real life here a lot
as a tendency I wouldn't change the behaviour as it may simply be a question of this being missed when the specification was created.
Sorry, something went wrong.
No branches or pull requests
The readme states:
However,
Mo-Fr: 12:00
is parsed without error also in strict mode.The text was updated successfully, but these errors were encountered: