PHP » GoLang |
login |
register |
about
|
GoLang IntlDateFormatter::getCalendar
request it (333)
GoLang replacement for PHP's IntlDateFormatter::getCalendar
[edit | history]
PHP IntlDateFormatter::getCalendarPHP original manual for IntlDateFormatter::getCalendar [ show | php.net ]IntlDateFormatter::getCalendardatefmt_get_calendar(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — Get the calendar type used for the IntlDateFormatter DescriptionObject oriented style
int IntlDateFormatter::getCalendar
( void
)
Procedural style
Parameters
Return Values
The calendar
type being used by the formatter. Either
ExamplesExample #1 datefmt_get_calendar() example
<?php Example #2 OO example
<?php The above example will output: calendar of the formatter is : 1 Now calendar of the formatter is : 0 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|