Closed
Description
Short description of the issue
The current date examples are misleading because it is not clear on first sight which part of the date is the MONTH and wich one is the DAY:
I've messed up day and month several times in the past years and it would really be an easy fix that prevents such mistakes that can sometimes be hard to debug and find.
I'm quite sure that 99% of the european users would read the selected value on the screenshot as "4th of August 2016" and not "8th of April 2016".
Optional: Suggestion for a possible fix
It would be better to set dates that have DAYS > 12 and YEARS > 31, eg
25.03.95
95.25.03
03.25.95
This date is unambiguous, because 95 can only be the year, therefore 25 can only be the day, therefore 03 can only be the month.
Easier examples are better readable of course:
25.03.1995
1995-03-25
1995/25/03