Class SimplePie_Parse_Date
Date Parser
Package: SimplePie\Parsing
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Parse/Date.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/Parse/Date.php
Methods summary
public
|
#
__construct( )
Create new SimplePie_Parse_Date object, and set self::day_pcre, self::month_pcre, and self::built_in |
public static
|
|
public
integer
|
|
public
|
|
public
integer
|
#
date_w3cdtf( mixed $date )
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)) |
public
string
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
|
public
integer
|
Magic methods summary
Properties summary
public
string
|
$date |
#
Input data |
public
array
|
$day |
#
List of days, calendar day name => ordinal day number in the week |
public
array
|
$month |
#
List of months, calendar month name => calendar month number |
public
array
|
$timezone |
#
List of timezones, abbreviation => offset from UTC |
public
string
|
$day_pcre |
#
Cached PCRE for SimplePie_Parse_Date::$day |
public
string
|
$month_pcre |
#
Cached PCRE for SimplePie_Parse_Date::$month |
public
array
|
$built_in |
#
Array of user-added callback methods |
public
array
|
$user |
#
Array of user-added callback methods |