i wanted date & time in gmt in php format. It should be like this August 8, 2008 - 16:34 GMT Please do it for me.
you may not use "e" parameter below php5 <? $gmt = substr(date("O"), 1,2); echo(date("F d, Y - G:i ").$gmt); ?> PHP:
<?php echo(date("F d, Y - G:i e")); ?> PHP: What is the type of this date field in my database? Thanks pro.