Parse dates using strtotime()
SimplePie_Parse_Date::date_asctime
Parse C99’s asctime()’s date format
SimplePie_Parse_Date::date_rfc850
Parse RFC850’s date format
SimplePie_Parse_Date::date_rfc2822
Parse RFC2822’s date format
Advertisement
SimplePie_Parse_Date::remove_rfc2822_comments
Remove RFC822 comments
SimplePie_Parse_Date::date_w3cdtf
Parse a superset of W3C-DTF (allows hyphens and colons to be omitted, as well as allowing any of upper or lower case “T”, horizontal tabs, or spaces to be used as the time seperator (including more than one))
SimplePie_Parse_Date::add_callback
Add a callback method to parse a date
SimplePie_Parse_Date::parse
Parse a date
Advertisement
SimplePie_Parse_Date::get
Get the object
SimplePie_Parse_Date::__construct
Create new SimplePie_Parse_Date object, and set self::day_pcre, self::month_pcre, and self::built_in
SimplePie_Parse_Date
Date Parser