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
dateRanges: [{ state: "enquire", range: moment.range( moment().add(2, "weeks").subtract(5, "days"), moment().add(2, "weeks").add(6, "days") ) }, { state: "unavailable", range: moment.range( moment().add(3, "weeks"), moment().add(3, "weeks").add(5, "days") ) } ]
dateRanges: [{ state: "enquire", range: moment.range( moment().add(2, "weeks").subtract(5, "days"), moment().add(2, "weeks").add(6, "days") ) }, { state: "unavailable", range: moment.range( moment().add(3, "weeks"), moment().add(3, "weeks").add(5, "days") ) }, { state: "unavailable", range: moment.range( moment().add(3, "days"), moment().add(5, "days") ) } ]
The text was updated successfully, but these errors were encountered:
See my comment in #57 for why this is.
Sorry, something went wrong.
Thank you.
It doesn't seem like this has ever been fixed. I think it should be reopened @iiezhachenko. In my opinion, the calendar should sort those ranges.
No branches or pull requests
Initial data and result
Data and result after modification
The text was updated successfully, but these errors were encountered: