On Saturday 02 March 2002 07:05, Timothy J. Luoma wrote:
> I have been using this code to show the last modified time:
>
>
> // the server is 13 hours ahead of Eastern Time USA
> $hourdiff = "13";
> $timeadjust = ($hourdiff * 60 * 60);
> $eastern_time = date("d M Y g:ia",getlastmod() - $timeadjust
I have been using this code to show the last modified time:
(Note: the following was adapted from http://www.terrabyte.dc.com.au/phpscripts.php3 )
// the server is 13 hours ahead of Eastern Time USA
$hourdiff = "13";
$timeadjust = ($hourdiff * 60 * 60);
$eastern_time = date("d M Y g:ia",getlast
2 matches
Mail list logo