|
IntlDateFormatter::getCalendarObjectdatefmt_get_calendar_objectGet copy of formatterʼs calendar object DescriptionObject-oriented style
public IntlCalendarfalsenull IntlDateFormatter::getCalendarObject()
Procedural style IntlCalendarfalsenull datefmt_get_calendar_object(IntlDateFormatter
$formatter )Obtain a copy of the calendar object used internally by this formatter. This calendar will have a type (as in gregorian, japanese, buddhist, roc, persian, islamic, etc.) and a timezone that match the type and timezone used by the formatter. The date/time of the object is unspecified. ParametersThis function has no parameters. Return Values
A copy of the internal calendar object used by this formatter,
or Examples
Example #1 IntlDateFormatter::getCalendarObject example
The above example will output: string(7) "islamic" object(IntlTimeZone)#3 (4) { ["valid"]=> bool(true) ["id"]=> string(9) "GMT-01:00" ["rawOffset"]=> int(-3600000) ["currentOffset"]=> int(-3600000) } string(5) "fr_FR" See Also
|