Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Hey everyone! I'm having some problems with the time being off when I use this code: [php]<?php echo gmdate("l, F j, Y g:h A",time()); echo "<br><br>"; echo date("l, F j, Y g:h A",time()); echo "<br><br>"; echo time(); ?>[/php] You can see it on my site here: [URL="http://codered.xmshosting.net/time.php"]http://codered.xmshosting.net/time.php[/URL] It should show … |
The End.