php help
Thursday, April 17, 2008
Get All Dates Of Current Week
for($d=0;$d<=6;$d++)
{
$i = $d;
$newdate = mktime(0,0,0,date("m"),date("d")+$i,date("Y"));
$weekdate = date("Y-m-d", $newdate);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment