date_format(guestbook_date, '%M %D, %Y') as date
I am using this format to show the date. The problem I am having is this shows Eastern time and I am Pacific time. Is there a way to change this?
Originally posted by artisticre date_format(guestbook_date, '%M %D, %Y') as date I am using this format to show the date. The problem I am having is this shows Eastern time and I am Pacific time. Is there a way to change this?
Ok, I know that answering a question with a question isn't exactly right, but are you formatting the date values anywhere using the 'date' function prior to this?
jlk
The only other thing is I am using timestamp in mysql