PHP code example of joy2362 / php-time-zone
1. Go to this page and download the library: Download joy2362/php-time-zone library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
joy2362 / php-time-zone example snippets
TimeZone::list();
TimeZone::listWithoutLabel();
TimeZone::listWithoutValue();
TimeZone::listByRegion('Asia');
TimeZone::getLabelFromValue('Asia/Dhaka');
TimeZone::getValueFromLabel('(GMT +06.00) Asia/Dhaka');
TimeZone::getRegions();
TimeZone::getSupportedTimeZone();
bash
$ composer