Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-21-2004, 02:42 PM   #1
Security Dude
Staff
 
kstatefan40's Avatar
 
Join Date: Jun 2003
Location: Derby, Kansas
Posts: 999
Send a message via AIM to kstatefan40 Send a message via MSN to kstatefan40 Send a message via Yahoo to kstatefan40 Send a message via Skype™ to kstatefan40
PHP: date() funtion

Hey,

On my site, I am trying to display the date using this syntax:
print date ('h:i A, M. t, Y');
I am running into a problem though. Since I am hosted by GoDaddy on the West coast, and I am in the Central time zone, it displays the time as it is on the server. Is there any way to make it display in CST? I guess I can use Javascript for a client-side version... but is there any way to make it add two hours to the time?
__________________

Tyler A. Thompson
Small Business Networking Services Specialist
tyler@derbydigital.com
kstatefan40 is offline   Reply With Quote
Old 06-21-2004, 03:09 PM   #2
Member (9 bit)
 
Join Date: May 2003
Posts: 420
Send a message via AIM to juicelooser
you could use the following:
PHP Code:
print date('h:i A, M. t, Y'time() + 7200); 
That should work. If I got the offset wrong (the 7200 part), just change it, 1 hr = 3600
juicelooser is offline   Reply With Quote
Old 06-21-2004, 04:13 PM   #3
Security Dude
Staff
 
kstatefan40's Avatar
 
Join Date: Jun 2003
Location: Derby, Kansas
Posts: 999
Send a message via AIM to kstatefan40 Send a message via MSN to kstatefan40 Send a message via Yahoo to kstatefan40 Send a message via Skype™ to kstatefan40
It works! thanks.
kstatefan40 is offline   Reply With Quote
Old 06-21-2004, 09:55 PM   #4
Member (9 bit)
 
Join Date: May 2003
Posts: 420
Send a message via AIM to juicelooser
No problem. And, for future reference, you might want to check the comments at www.php.net. They have user comments on all of the functions and they are extremely helpful.
juicelooser is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:48 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2