I’m using this code
$today = date("j D M Y G:i:s T");
echo $today;
Output example : 22 Wed Feb 2012 15:22:24 EET so what if i want to change EET (Estern europ time) to for example GMT ? and can anyone please give me reference where i can read more about different time formats to be used.
Thanks in advance
Try below code..