yacreader
yacreader copied to clipboard
[Feature Request] Date Localization
Detect the default date format from the user's system and display all dates in that format.
Currently, dates are displayed as DD/MM/YYYY. In America and some African countries, the default is month first, which leads to misunderstanding. Given the example 12.07.2020:
- Europeans will interpret it as "July 12, 2020"
- American will interpret it as "December 7, 2020"
You can see how this could lead to problems in the user experience.