Opened 14 years ago
Closed 14 years ago
#13639 closed (duplicate)
Date Time format
Reported by: | tangc | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.2 |
Severity: | Keywords: | forms widgets DateInput DateTimeInput TimeInput | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The change for formats.get_format looks much better than ever, but the forms/widgets.py missed some changed.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | datetime_format.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You can't go directly to get_format since you also have to take the optional input_formats of the field into consideration. #13621 addresses that.