Opened 15 years ago
Closed 15 years ago
#12109 closed (duplicate)
Add ISO 8601 date to date filter (utils.dateformat)
Reported by: | charlieman | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | 1.1 |
Severity: | Keywords: | date | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Django is missing the 'c' format character that appears in PHP date function which formats the date as an ISO 8601 date. It is useful for things like hCalendar.
I'm attaching a patch to add it.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | dateformat.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #7262.