Hello
In the following:
$city["Name"] = "Wherever";
echo gmdate("H:i"); //echo the formatted date
echo " hours in the wonderful city of ".$city["Name"];
I am getting the time as an hour ahead of what i really is: if it's 2pm here, it shows 3pm.
Is there a way to resolve this. Also, if possible, I would prefer the 11pm type of clock (not 2300), with the letters am and pm after the figures.
Any assistance or links would be appreciated.
Thanks
EvertonFC
In the following:
$city["Name"] = "Wherever";
echo gmdate("H:i"); //echo the formatted date
echo " hours in the wonderful city of ".$city["Name"];
I am getting the time as an hour ahead of what i really is: if it's 2pm here, it shows 3pm.
Is there a way to resolve this. Also, if possible, I would prefer the 11pm type of clock (not 2300), with the letters am and pm after the figures.
Any assistance or links would be appreciated.
Thanks
EvertonFC