From 66c474d848907bb91c316e9acbbcaba6a2591032 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 15 May 2008 18:32:15 +0000 Subject: date examples --- user_guide/helpers/date_helper.html | 72 +++++++++++++++++++++++++++++-------- 1 file changed, 57 insertions(+), 15 deletions(-) (limited to 'user_guide/helpers/date_helper.html') diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index c9bed6c29..ae19f6074 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -110,21 +110,63 @@ echo standard_date($format, $time);

Supported formats:

- - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ConstantDescriptionExample
DATE_ATOMAtom2005-08-15T16:13:03+0000
DATE_COOKIEHTTP CookiesSun, 14 Aug 2005 16:13:03 UTC
DATE_ISO8601ISO-86012005-08-14T16:13:03+0000
DATE_RFC822RFC 822Sun, 14 Aug 2005 16:13:03 UTC
DATE_RFC850RFC 850Sunday, 14-Aug-05 16:13:03 UTC
DATE_RFC1036RFC 1036Sunday, 14-Aug-05 16:13:03 UTC
DATE_RFC1123RFC 1123Sun, 14 Aug 2005 16:13:03 UTC
DATE_RFC2822RFC 2822Sun, 14 Aug 2005 16:13:03 +0000
DATE_RSSRSSSun, 14 Aug 2005 16:13:03 UTC
DATE_W3CWorld Wide Web Consortium2005-08-14T16:13:03+0000

local_to_gmt()

-- cgit v1.2.3-24-g4f1b