Page Title: PHP time |
View or add comments: |
Code :
// hide source code
// hide line numbers
// hide source code
// hide line numbers
1 <?
2 $time_offset ="0"; // you many need to change this do accomidate
3 server time offset
4
5 $adj = ($time_offset * 120); // some simple math here.
6
7 $time = date(" h:i:s",time() + $adj); // remove seconds simply
8 get rid of the :s!
9
10 echo
11 "$time";
12
13 ?>
14
Donation:If you like our free quality work, make a donation by using Paypal and tell us what you would like to see improved on our site for the next few months. |
|
No comments yet













Page Info












