<?php date_default_timezone_set('Asia/Manila'); $date = date('m/d/Y h:i:s a', time()); echo $date; ?>