Closed (fixed)
Project:
Date
Version:
6.x-2.2
Component:
Date API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Jun 2009 at 16:45 UTC
Updated:
9 Mar 2010 at 16:44 UTC
The date_format_patterns() function seems to implement the ISO date format 'c' specifier, but it's missing from date_format_date(). The attached patch file applies this fix to version 6.x-2.2.
| Comment | File | Size | Author |
|---|---|---|---|
| date_api.module.patch | 595 bytes | Daniel Norton |
Comments
Comment #1
karens commentedFixed an easier way, just add 'c' to the list of formats that get normal treatment.
Thanks!
Comment #3
bluestarstudios commenteddid you also have the problem that "c" displays the ISO duplicated? I posted about it here: #736828: ISO 8601 "c" displays duplicate