IntlDateFormatter::setPattern()

bool setPattern(string $pattern)

Set the formatter's pattern.

Parameters

string $pattern A pattern string in conformance with the ICU IntlDateFormatter documentation

Return Value

bool true on success or false on failure

See also

http://www.php.net/manual/en/intldateformatter.setpattern.php
http://userguide.icu-project.org/formatparse/datetime
doc_Symfony
2016-10-28 06:21:39
Comments
Leave a Comment

Please login to continue.