i meant to say that my site displays the time 12:17 pm when its 21:47 in INDIA(GMT+5.30hrs). So how can i change the time format. Check out the time at my website in the top left hand corner. http://www.rsday.info
try this: <?php echo date("H:i", mktime(date("H")+9, date("i")+30,1, date("m"), date('d'), date('Y'))); ?> PHP:
Thanx for it. But i want it in the GMT format. Like the one below - August 4, 2008 - 07:12 GMT Please make it for me. The one u provided before worked.