|
|
|
|
|
by nemetroid
1275 days ago
|
|
Surely date widgets that behave subtly different depending on what website you’re currently visiting would be more confusing. > Date controls aren't context sensitive like humans would write dates, they're client-culture-settings sensitive. For what it’s worth, whenever I have to write a date on an American-authored form, I use YYYY-MM-DD, as do all my colleagues. |
|
To reiterate, there is an obvious, correct implementation here: let the site specify the content culture much like it does the language, and fall back to the user's choice when unspecified. The spec is asking for user confusion and data corruption as-is, which contributes to why usage of date controls remains fairly low.