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)

datetime_format.diff (2.4 KB ) - added by tangc 14 years ago.

Download all attachments as: .zip

Change History (2)

by tangc, 14 years ago

Attachment: datetime_format.diff added

comment:1 by Horst Gutmann, 14 years ago

Resolution: duplicate
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top