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
The format should match iso8601 standard, therefore YYYY-mm-dd for the dates and YYYY-mm-ddTHH:mm:ssz for the datetimes.
iso8601
YYYY-mm-dd
YYYY-mm-ddTHH:mm:ssz
At least one place that need the fix: http://developers.bookingsync.com/reference/endpoints/bookings/#search-bookings
The text was updated successfully, but these errors were encountered:
you can used moment.js to convert and format date time :)
Sorry, something went wrong.
No branches or pull requests
The format should match
iso8601
standard, thereforeYYYY-mm-dd
for the dates andYYYY-mm-ddTHH:mm:ssz
for the datetimes.At least one place that need the fix: http://developers.bookingsync.com/reference/endpoints/bookings/#search-bookings
The text was updated successfully, but these errors were encountered: