HOw can i code the latest system time in PHP?
-jcp
<?php$time_offset ="525"; // Change this to your time zone$time_a = ($time_offset * 120);$time = date("h:i:s",time() + $time_a);echo 'Current time is : '.$time;?>
<code>
<blockcode>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<php>
<python>
<ruby>
<foo>
[foo]
<?php$time_offset ="525"; // Change this to your time zone
$time_a = ($time_offset * 120);
$time = date("h:i:s",time() + $time_a);
echo 'Current time is : '.$time;
?>
Post Comment