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
I assume you intend for the min and max options to function properly in time-only mode, but I get an error any time I try to use them in this way.
Using these options: {"date":false,"min":"08:30","max":"14:30"}
{"date":false,"min":"08:30","max":"14:30"}
I get this error: Uncaught Error: 'max' must be at least one day after 'min' defaults.js:55
The text was updated successfully, but these errors were encountered:
could you actually work on a bug fix for this issue?
Sorry, something went wrong.
I'll look into it. Thanks.
min
max
Implemented in v1.1.3 Time Sieve
Successfully merging a pull request may close this issue.
I assume you intend for the min and max options to function properly in time-only mode, but I get an error any time I try to use them in this way.
Using these options:
{"date":false,"min":"08:30","max":"14:30"}
I get this error:
Uncaught Error: 'max' must be at least one day after 'min' defaults.js:55
The text was updated successfully, but these errors were encountered: