denny / ShinyCMS

ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)
56 stars 24 forks source link

Ambiguous Date Format, Add New Event etc #25

Closed wbraswell closed 9 years ago

wbraswell commented 9 years ago

In the Add New Event feature (and likely elsewhere), after selecting a date from the calendar-like date picker, the date itself is displayed in an ambiguous XX-XX-YYYY format, by default set to the UK standard of day-month-year.

This can definitely be a source of confusion for those of us in the USA, who use month-day-year.

denny commented 9 years ago

Fixed (for events - need to check other code) - add/edit event page now uses an unambiguous format to display the date.

wbraswell commented 9 years ago

Yes it works great for the "add events" function! I will open a new issue for the other place(s) I find this issue.