ginoplusio on 11/08/08
Last Edited at 11/08/08 07:02am
function dayadd($g,$dayYmd) { //add $g days to $dayYmd (date is in YYYY-MM-DD format) $d = strtotime($dayYmd); $cc = 24*60*60*$g + 60*60 + $d; return date("Y-m-d",$cc);}
URL: http://www.barattalo.it
Report this snippet Tweet
Comment:
You need to login to post a comment.