yacreader icon indicating copy to clipboard operation
yacreader copied to clipboard

[Feature Request] Date Localization

Open jpcranford opened this issue 5 years ago • 0 comments

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.

jpcranford avatar Jul 16 '20 20:07 jpcranford