| 
 | IntlDateFormatter::setTimeZoneIddatefmt_set_timezone_idSets the time zone to use DescriptionObject oriented style 
    public bool IntlDateFormatter::setTimeZoneId
     ( string  $zone)Procedural style 
   bool datefmt_set_timezone_id
   ( IntlDateFormatter  $fmt, string$zone)Sets the time zone to use. Warning
 This function has been DEPRECATED as of PHP 5.5.0. Relying on this function is highly discouraged. Parameters
 
 Return Values
   Returns  ExamplesExample #1 datefmt_set_timezone_id example 
<?phpExample #2 OO example 
<?phpThe above example will output: timezone_id of the formatter is : America/Los_Angeles Now timezone_id of the formatter is : CN See Also
 
 |