Forum Moderators: coopster
How is that possible?
<? echo date('l','2008-01-04');?>
It displays: Thursday.
But on the Calendar its Friday..
Any thoughts?
Thanks in advance
string date ( string $format [, int $timestamp ] )
date ('l', strtotime('2008-01-04'));