Feature request: click to change date parsing
The problem of date fields defaulting to the US standard is well-known. If I type in 3/1/15, it's considered March 1, 2015 in the US, and January 3, 2015 in the UK.
If we could simply click on the "m d y" characters to the right of the Date field and switch it to "d m y", as well as vice versa, (and, of course, set the underlying date code accordingly) it would be a big help.
If we could simply click on the "m d y" characters to the right of the Date field and switch it to "d m y", as well as vice versa, (and, of course, set the underlying date code accordingly) it would be a big help.
This should only be an issue if you're in a group with people using other locales, in which case it's better to use an unambiguous format ("January 3, 2015" or "2015-01-03"). Your clicking idea wouldn't change the value visible in the field, so there would still be confusion if the date was entered ambiguously.
Why not just change the date to something that can be parsed unambiguously?
I could see a right-click option to change the date to an unambiguous format being really useful. It's also possible to bulk-change the dates through scripting, but that runs the risk that you lose information.