|
eZ Publish
[trunk]
|
The class eZDateUtils does. More...
Static Public Member Functions | |
| static | rfc1123Date ($timestamp=false) |
| static | rfc850Date ($timestamp=false) |
| static | textToDate ($dateText) |
The class eZDateUtils does.
Definition at line 17 of file ezdateutils.php.
| static eZDateUtils::rfc1123Date | ( | $ | timestamp = false | ) | [static] |
Return a textual representation of the date according to the RFC 1123 standard.
rfc1123-date = wkday "," SP date1 SP time SP "GMT" date1 = 2DIGIT SP month SP 4DIGIT ; day month year (e.g., 02 Jun 1982) time = 2DIGIT ":" 2DIGIT ":" 2DIGIT ; 00:00:00 - 23:59:59 wkday = "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" | "Sun" month = "Jan" | "Feb" | "Mar" | "Apr" | "May" | "Jun" | "Jul" | "Aug" | "Sep" | "Oct" | "Nov" | "Dec"
Definition at line 34 of file ezdateutils.php.
Referenced by eZContentObjectVersion\serialize(), eZContentObject\serialize(), eZDateType\serializeContentObjectAttribute(), eZTimeType\serializeContentObjectAttribute(), and eZDateTimeType\serializeContentObjectAttribute().
| static eZDateUtils::rfc850Date | ( | $ | timestamp = false | ) | [static] |
Return a textual representation of the date according to the RFC 850 standard.
rfc850-date = weekday "," SP date2 SP time SP "GMT" date2 = 2DIGIT "-" month "-" 2DIGIT ; day-month-year (e.g., 02-Jun-82) time = 2DIGIT ":" 2DIGIT ":" 2DIGIT ; 00:00:00 - 23:59:59 wkday = "Mon" | "Tue" | "Wed" | "Thu" | "Fri" | "Sat" | "Sun" weekday = "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday" month = "Jan" | "Feb" | "Mar" | "Apr" | "May" | "Jun" | "Jul" | "Aug" | "Sep" | "Oct" | "Nov" | "Dec"
Definition at line 68 of file ezdateutils.php.
| static eZDateUtils::textToDate | ( | $ | dateText | ) | [static] |
Parses the date $dateText which is in text format and returns a timestamp which represents that date.
Definition at line 88 of file ezdateutils.php.
Referenced by eZContentObjectVersion\unserialize(), eZContentObject\unserialize(), eZDateType\unserializeContentObjectAttribute(), eZTimeType\unserializeContentObjectAttribute(), and eZDateTimeType\unserializeContentObjectAttribute().