Answers for "php timezone for manila"

PHP
0

php timezone for manila

<?php 
     date_default_timezone_set('Asia/Manila');
     $date = date('m/d/Y h:i:s a', time());
     echo $date;
?>
Posted by: Guest on October-09-2021

Browse Popular Code Answers by Language