IntlDateFormatter::format

datefmt_format

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)

IntlDateFormatter::format -- datefmt_format — Format the date/time value as a string


Описание

Объектно-ориентированный стиль

string IntlDateFormatter::format ( mixed $value )

Процедурный стиль

string datefmt_format ( IntlDateFormatter $fmt , mixed $value )

Formats the time value as a string.


Список параметров

fmt -

The date formatter resource.

value -

Value to format. This may be a DateTime object, an integer representing a Unix timestamp value (seconds since epoch, UTC) or an array in the format output by localtime().


Возвращаемые значения

The formatted string or, if an error occurred, FALSE.


Описание класса intldateformatter, примеры использования класса intldateformatter.



Смотрите также:
Описание на ru2.php.net
Описание на php.ru