Alright, amazingly, I figured out how to use it. Thanks a lot!
Edit: Scratch that, I didn't catch it at first, but it's a whole hour off.
I'm really no good with this time crap.. I don't know why it's so difficult for me to comprehend, but it is. Here's my current code for getting the time:
PHP Code:
$time = time() + (-6 * 3600);
$timestamp = strtotime(+0224);
$timef = date("g:iA T", $timestamp);
By the way, I know the first line isn't connected to the rest right now.
If you could take a few seconds, could you give me the code that would give me CST time in that format (g:iA T (timezone doesn't even show up))? At least that way I could read the code and figure it out... otherwise, it's just not clicking in my mind right now, and I don't know why.
Last edited by Bloodsyne; 04-27-2005 at 04:07 AM..
|