PHP » GoLang |
login |
register |
about
|
GoLang IntlDateFormatter::getTimeZoneId
request it (356)
GoLang replacement for PHP's IntlDateFormatter::getTimeZoneId
[edit | history]
PHP IntlDateFormatter::getTimeZoneIdPHP original manual for IntlDateFormatter::getTimeZoneId [ show | php.net ]IntlDateFormatter::getTimeZoneIddatefmt_get_timezone_id(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getTimeZoneId -- datefmt_get_timezone_id — Get the timezone-id used for the IntlDateFormatter DescriptionObject oriented style
public string IntlDateFormatter::getTimeZoneId
( void
)
Procedural style Get the timezone-id used for the IntlDateFormatter. Parameters
Return ValuesID string for the time zone used by this formatter. ExamplesExample #1 datefmt_get_timezone_id() example
<?php Example #2 OO example
<?php The above example will output: timezone_id of the formatter is : America/Los_Angeles Now timezone_id of the formatter is : CN See Also
|
more
Recently updated
more
Most requested
more
Last requests
|