mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #203] Alternate date formats for Google Calendar #2318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @psfales on GitHub (Jan 13, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/203
Originally assigned to: @nlimper on GitHub.
Is your feature request related to a problem? Please describe.
Google Calendar dates are displayed as DD-MM. In the US, the convention would by MM-DD (or MM/DD). Similarly, the date in the top right is DD-MM-YYYY. The US convention would be MM-DD-YYYY (but that one doesn't seem as critical for me)
Describe the solution you'd like
It's probably hard to provide a completely general solution, but perhaps a few common formats could be provided. (Like the way the "Current Weather" page allows a choice of Fahrenheit or Celsius.)
@nlimper commented on GitHub (Jan 14, 2024):
fixed date format for english language setting to mm/dd
f00761db94