|
IntlDateFormatter::parsedatefmt_parseParse string to a timestamp value DescriptionObject-oriented style
public intfloatfalse IntlDateFormatter::parse(string
$string , int &$offset = null )Procedural style intfloatfalse datefmt_parse(IntlDateFormatter
$formatter , string $string , int &$offset = null )
Converts Parameters
Return Values
Timestamp of parsed value, or ExamplesExample #1 OO example
Example #2 datefmt_parse example
The above example will output: First parsed output is 630201600 Second parsed output is 630201600 See Also
|