BookingSync / bookingsync-api-docs

BookingSync API Documentations
http://developers.bookingsync.com/
12 stars 6 forks source link

Normalize date formats #282

Open ZenCocoon opened 6 years ago

ZenCocoon commented 6 years ago

The format should match iso8601 standard, therefore YYYY-mm-dd for the dates and YYYY-mm-ddTHH:mm:ssz for the datetimes.

At least one place that need the fix: http://developers.bookingsync.com/reference/endpoints/bookings/#search-bookings

toan12a commented 4 years ago

you can used moment.js to convert and format date time :)