Hi! I took the code that displays the time/date in the admin section and added it to my storefront pages, but I want to remove the -0500GMT bit and no amount of playing with the code is doing it for me....I don't know enough about it I guess LOL
You can see it here:
http://www.havendesignz.com/store/
The actual code I inserted is:
Can anyone tell me what bit I need to remove to remove the -0500GMT bit?PHP Code:<?php echo date("r", time()) . 'GMT' . ' '; ?>



