|
IntlDateFormatter::parseToCalendarParse a string into a timestamp, updating an open calendar Description
public intfloatfalse IntlDateFormatter::parseToCalendar(string
$string, int &$offset = null)
Converts
This method behaves like IntlDateFormatter::parse, except
that the time zone of the formatter is updated according to the time zone information
contained in the parsed Parameters
Return Values
Timestamp of parsed value, or ExamplesExample #1 IntlDateFormatter::parseToCalendar example The above example will output: 630201600 See Also
|