08-29-2005, 05:12 PM
|
|
Member
|
|
Join Date: Jul 2005
Location: Fresno, California
Posts: 38
|
|
Time & Date Display
On line 179, I have reconfigured the time/date stamp as follows:
PHP Code:
$today = gmdate("D M jS Y z, g:ia")." (GMT)"; // format the time display
It displays: Mon Aug 29th 2005 240, 4:03pm (GMT)
I would like to display: Mon Aug 29th 2005 - Day 240, 4:03pm (PST)
So, the problem is, how do I add the text "Day" before "z" and how do I offset the GMT to reflect PST?
Thanks for any help!!!
Mike
|