Usually, you won't need to use this.
Definition at line 721 of file feedcreator.class.php.
Public Member Functions | |
| FeedDate ($dateString="") | |
| Creates a new instance of FeedDate representing a given date. | |
| rfc822 () | |
| Gets the date stored in this FeedDate as an RFC 822 date. | |
| iso8601 () | |
| Gets the date stored in this FeedDate as an ISO 8601 date. | |
| unix () | |
| Gets the date stored in this FeedDate as unix time stamp. | |
Public Attributes | |
| $unix | |
|
|
Creates a new instance of FeedDate representing a given date. Accepts RFC 822, ISO 8601 date formats as well as unix time stamps.
Definition at line 729 of file feedcreator.class.php. |
|
|
Gets the date stored in this FeedDate as an ISO 8601 date.
Definition at line 793 of file feedcreator.class.php. References TIME_ZONE. |
|
|
Gets the date stored in this FeedDate as an RFC 822 date.
Definition at line 781 of file feedcreator.class.php. References TIME_ZONE. |
|
|
Gets the date stored in this FeedDate as unix time stamp.
Definition at line 805 of file feedcreator.class.php. |
|
|
Definition at line 722 of file feedcreator.class.php. |
1.3.9.1