SQL PHP HTML ASP JavaScript articles and free scripts to download

timezone_identifier_list()

To know all the time zones we can set by using date_default_timezone_set() function can be listed by using timezone_identifiers_list() . This function will return an array with list of time zones available. Here is the code to list all time zones.

<?Php
$a = timezone_identifiers_list();
while (list ($key, $val) = each ($a)) {
echo "$key -> $val <br>";
}
?>

Note that this way we can give an option to the users to select a time zone. Try to display a drop down list by taking data from the above array.
Please rate this Article on one to five scale



Post Comment This is for short comments only. Use the forum for more discussions.
Name
Email( not to be displayed)Privacy Policy
1+2=This is to prevent automatic submission by spammers. Please enter the result of the sum as asked

Join Our Email List
Email:  
For Email Newsletters you can trust
HTML . MySQL. PHP. JavaScript. ASP. Photoshop. Articles. FORUM Contact us

©2000-2013 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer