Opened 16 years ago
Closed 16 years ago
#3315 closed enhancement (wontfix)
add german date format to DEFAULT_DATE_INPUT_FORMATS
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | normal | Keywords: | fields.py newforms |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The German dateformats are not in DEFAULT_DATE_INPUT_FORMATS in the newforms/fields.py. The Formats are i.e. 31.12.2006 or 31.12.06 Can you please add this.
Change History (2)
comment:1 Changed 16 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I'm marking as wontfix because we cannot accomodate every date input format in the list of defaults. In fact, that's why the list of formats is configurable! Nothing is blocking you from setting a custom date input format for your fields.