IntlDateFormatter::formatObject
IntlDateFormatter::formatObject
datefmt_format_object
(PHP 5 >= 5.5.0, PHP 7, PECL intl >= 3.0.0)
IntlDateFormatter::formatObject -- datefmt_format_object — Formats an object
Description
Object oriented style
public static string IntlDateFormatter::formatObject ( object $object [, mixed $format = NULL [, string $locale = NULL ]] )
Procedural style
public static string datefmt_format_object ( object $object [, mixed $format = NULL [, string $locale = NULL ]] )<