Is there some kind of list of all common Date (and Time) formats?
One of our customers had a problem inputting a date, because he was using something like this:
2003. 11. 9
.
I already found this very good wiki page: http://en.wikipedia.org/wiki/Date_format_by_country
I am only looking for european countries and relevant formats. Another possibility would be to use C# and change the CultureInfo to print out the short date pattern I guess.
Maybe someone has better ideas or can help me find other solutions.