(no title)
Hussell | 8 years ago
So, to do what you want, I'd have to make different versions of all the supporting documentation for each possible date format, and then get each version translated.
Also, displaying the dates the user just entered in a different format is a usability problem. (Users will complain. A lot.) So, if I did what you want, I'd likely be asked to display all dates, everywhere on the site, in the format the browser happened to be compiled with. This is possible for dates in the database, but not so much for dates in static content like news releases.
Just to be clear: I have no objection to making it easy for a website to have date input widgets which use the user's locale. I just want it to be equally easy for a website to have date input widgets in a specific locale. For example, how am I to make a website comparing date input widgets for different locales?
jhasse|8 years ago
??? I'd never said that I wanted a label explaining the date format for me.
> For example, how am I to make a website comparing date input widgets for different locales?
The input widgets return ISO 8601 regardless of the locale. Or what do you mean?