Add date filter for formatting date values
Status: Pre-Alpha
Brought to you by:
jeffmoore
The date filter should work using the syntax specified here:
http://oss.software.ibm.com/icu/userguide/formatDateTime.html
(Instead of the PHP based format)
The formatter should accept both unix time stamp values, and
strings representing a date: "YYYYMMDDHHMMSS"
The formatter should work with dates outside the time range of the
unix time stamp.
Logged In: YES
user_id=555352
I'll have a stab at this one.