PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::setTimeZone
request it (328)
GoLang replacement for PHP's IntlCalendar::setTimeZone
[edit | history]
IntlCalendar::setTimeZone(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::setTimeZone — Set the timezone used by this calendar DescriptionObject oriented style Procedural style Defines a new timezone for this calendar. The time represented by the object is preserved to the detriment of the field values. Parameters
Return Values
Returns Examples
Example #1 IntlCalendar::setTimeZone()
<?php The above example will output: sábado, 1 de junio de 2013 12:00:00 Hora de verano de Europa occidental (instant 1370084400000) sábado, 1 de junio de 2013 11:00:00 GMT (instant 1370084400000) sábado, 1 de junio de 2013 14:33:00 GMT+03:33 (instant 1370084400000) |
more
Recently updated
more
Most requested
more
Last requests
|