Public Member Functions | |
| FeedDate ($dateString="") | |
| iso8601 () | |
| rfc822 () | |
| unix () | |
Public Attributes | |
| $unix | |
Definition at line 670 of file feedcreator.class.php.
| FeedDate::FeedDate | ( | $ | dateString = "" |
) |
Creates a new instance of FeedDate representing a given date. Accepts RFC 822, ISO 8601 date formats as well as unix time stamps.
| mixed | $dateString optional the date this FeedDate will represent. If not specified, the current date and time is used. |
Definition at line 678 of file feedcreator.class.php.
Here is the call graph for this function:

| FeedDate::iso8601 | ( | ) |
Gets the date stored in this FeedDate as an ISO 8601 date.
Definition at line 742 of file feedcreator.class.php.
References unix().
Here is the call graph for this function:

| FeedDate::rfc822 | ( | ) |
Gets the date stored in this FeedDate as an RFC 822 date.
Definition at line 730 of file feedcreator.class.php.
References unix().
Here is the call graph for this function:

| FeedDate::unix | ( | ) |
Gets the date stored in this FeedDate as unix time stamp.
Definition at line 754 of file feedcreator.class.php.
Referenced by FeedDate(), iso8601(), and rfc822().
| FeedDate::$unix |
Definition at line 671 of file feedcreator.class.php.
1.5.2