I now have my site telling the time, but the only problem is that it is in GMT and I need Eastern Standard Time. Can someone help me adjust my time? (I'm pretty new at this) Current script looks like this: <?php echo gmdate("M d Y"); ?>
jatar_k
4:04 pm on Aug 5, 2002 (gmt 0)
The first question is are you actually in EST, if you are you can just use date() instead of gmdate().