date_time_from_iso8601
Description:
[ Version ( since = "0.2.0" ) ]
public DateTime date_time_from_iso8601 (string date)
Parameters:
date |
a date expressed in iso8601 format
|
Returns:
a newly-allocated DateTime set to the time corresponding to date , or
null if date could not be parsed properly.
|