Opened 15 years ago
Closed 15 years ago
#958 closed patch (fixed)
add a date format choice for day-of-week followed by standard format
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I can't imagine that many users possess the skill of instantly calculating in one's head the day of week for any given date without some reference such as today is Friday the 6th. This is a patch to allow the user to choose date format "ddd yyyy-MM-dd" so one can see the day of week along with the international standard format. I'm sorry I couldn't determine the proper GoToDev for this ticket.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | iso8601_with_dow.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8516]) Some date and time format changes for the settings page.
Add the new date format from #958, Closes #958.
Change the sample date used to be the current date unless the month is equal to the day in which case tomorrow's date will be used to avoid ambiguity between the day and month when both are specified in numeric format. The help text is changed accordingly to notify the user if the sample date is today's date or tomorrow's date.
Change the sample time used to be the current time.
Fix and clarify the help text for the time format setting.