You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have set my "Day header date format" to "EEE d MMM". This produces dates like "Sun 11 Aug". This mostly works fine, other than dates in September which show like "Mon 9 Sept" not "Mon 9 Sep" as I'd expect.
Searching around this seems to be a problem with the old SimpleDateFormat API and the advice appears to be to change to the more modern java.time API. Is this possible?
Thanks for reading, and for this widget, which I have used for many years :)
The text was updated successfully, but these errors were encountered:
Hi. I have set my "Day header date format" to "EEE d MMM". This produces dates like "Sun 11 Aug". This mostly works fine, other than dates in September which show like "Mon 9 Sept" not "Mon 9 Sep" as I'd expect.
Searching around this seems to be a problem with the old SimpleDateFormat API and the advice appears to be to change to the more modern java.time API. Is this possible?
Thanks for reading, and for this widget, which I have used for many years :)
The text was updated successfully, but these errors were encountered: