hi All,
echo date("l",mktime (1,0,0,$d[1],$d[2],$d[0]));
its printing "Sunday, 4th January, 2010" but its monday
Can anyone correct this...
Thanks in advance..
echo date("l",mktime (1,0,0,$d[1],$d[2],$d[0]));
its printing "Sunday, 4th January, 2010" but its monday
Can anyone correct this...
Thanks in advance..
Comment