Defect #23224
Datepicker doesn't obey the user's settings format
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Affected version: | 3.3.0 |
Description
I would like to use date format: yyyy-mm-dd (so I have this time format in my settings), but redmine is displaying probably the browser's default langaue date format - see screenshots.
Related issues
History
#1
Updated by Toshi MARUYAMA over 6 years ago
Ref: #19468#note-6.
#2
Updated by Toshi MARUYAMA over 6 years ago
- Category changed from Issues to UI
#3
Updated by Toshi MARUYAMA over 6 years ago
- Subject changed from Time selector doesn't obey the user's settings format to Datepicker doesn't obey the user's settings format
#4
Updated by Sebastian Paluch over 6 years ago
Maybe a settings to not use browsers data picker would solve the problem?
#5
Updated by Luc Luc over 6 years ago
- File 01-redmine-settings.png added
- File 02-date-picker.png added
- File 03-date-picker-expanded.png added
- File 04-date-value.png added
Yes, making native date&time pickers optional (or just not use them at all) would be great.
There is absolutely no way for me to get ISO8601 date format (YYYY-MM-DD) with Chrome's/Chromium's native date&time pickers.
Also, with native ones, there are inconsistencies between the settings, displayed date values and date&time pickers (see attachments).
Thanks,
Luc
#6
Updated by Luc Luc over 6 years ago
- File revert-native-date-pickers.patch
added
Maxim Krušina, as a temporary solution I ended up reverting c418fab8a76b7672c4f341fb7c3e203ae92b50c0
- Use HTML5 date input fields instead of text fields with jquery ui date pickers (#19468) and everything is back to normal for me.
Thanks,
Luc
#7
Updated by Toshi MARUYAMA over 6 years ago
- Related to Defect #23414: Datepickers don't show in Firefox added
#8
Updated by Toshi MARUYAMA over 6 years ago
- Related to Feature #23892: Switch date pickers embedded in browsers or bundled in redmine added
#9
Updated by Pavel Potcheptsov over 6 years ago
Luc Luc wrote:
Yes, making native date&time pickers optional (or just not use them at all) would be great.
+1
#10
Updated by Go MAEDA about 6 years ago
- Duplicated by Defect #24575: Inconsistent date format in Date pickers added
#11
Updated by Luc Luc over 5 years ago
Version 3.3.3 is still affected by this issue.
Thanks,
Luc
#12
Updated by Luc Luc over 4 years ago
Same problem on 3.4.6 (two years later); basically after each Redmine update we have to touch the code and disable native date pickers.
Patch #19468 is so unfortunate, it makes all date related fields inconsistent and confusing.
I see there are not many people complaining about this issue - is it some simple workaround for it? Any suggestions would be more than welcome.
Thanks,
Luc
#13
Updated by Go MAEDA almost 2 years ago
- Duplicated by Defect #34772: edit in issues has wrong date format for due date/start date added
#14
Updated by Luc Luc over 1 year ago
The patch proposed in #31300 solves the problem (applied to version 4.2).
Finally consistent ISO date format again without constantly reverting old patches.
Thank you.
#15
Updated by Mischa The Evil over 1 year ago
- Related to Defect #35225: Edit issue shows date in MM/DD/YYYY while the rest of the application shows YYYY/MM/DD added
#16
Updated by Mischa The Evil over 1 year ago
- Related to Defect #668: Date input fields don't respect date format settings added
#17
Updated by Holger Just 4 months ago
- Duplicated by Defect #37757: Time entry date doesn't respect the Settings given format added