Posted by Anonymous Chief on 05/26/07 02:36
I currently have a script to show webserver time. The downside is that I
have moved from where the server is and am now 2 hours behind.
How can I modify my sdcript to show server time minus 2 hours? The script
below only shows server date and time:
<?php
echo date ("l d F, Y - H:i.s");
I have tried:
<?php
echo date ("l d F, Y - H-2:i.s");
....but it would only show Friday 25 May, 2007 - 22-2:40.53
Could someone please help me.
Thanx
Anonymous Chief
Navigation:
[Reply to this message]
|