|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($value) | |
| getValue () | |
Protected Attributes | |
| $_phpFormatString = 'Ymd\\TH:i:s' | |
| $_isoFormatString = 'YYYYMMddTHH:mm:ss' | |
Definition at line 37 of file DateTime.php.
| __construct | ( | $ | value | ) |
Set the value of a dateTime.iso8601 native type
The value is in iso8601 format, minus any timezone information or dashes
| mixed | $value | Integer of the unix timestamp or any string that can be parsed to a unix timestamp using the PHP strtotime() function |
Definition at line 61 of file DateTime.php.
| getValue | ( | ) |
Return the value of this object as iso8601 dateTime value
Reimplemented from Zend_XmlRpc_Value.
Definition at line 87 of file DateTime.php.
$_isoFormatString = 'YYYYMMddTHH:mm:ss' [protected] |
Definition at line 51 of file DateTime.php.
$_phpFormatString = 'Ymd\\TH:i:s' [protected] |
Definition at line 44 of file DateTime.php.