Time question

Everything related to MBoard - PHP message board
Locked
primster7
Posts: 10
Joined: Wed Aug 02, 2006 3:35 am

Time question

Post by primster7 »

Hello,


I was wondering if it's possible to add time after the date of a message? Also, is it possible to display a graphic instead of the text to post a new message? Also, what file do I go to to make the change to the date? I need to offset my servers times. I'm on PST and they are EST, so when a user posts after 9:00 pm it shows the next day.


$currentTime=time()-(3*60*60);


Any help would be great.
rad
Posts: 2
Joined: Wed Aug 09, 2006 2:05 am

Post by rad »

in your mboard.php do find in notepad and search:

&date=date

and change the (m/d/y); or whatever it is to

("D M d, Y g:i A");
Locked