YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 58 forks source link

Date format #1772

Open sbonaime opened 5 years ago

sbonaime commented 5 years ago

Hi,

Would it be possible to have an option for date format in the cart ? Right now, we can only use middle-endian (American MM-DD-YY) date format. I would prefer to use big-endian (DD-MM-YY) for my project. It is only a cosmetic option but useful to avoid mistakes in other countries.

Thank you