Mat_ on 10/01/10
Last Edited at 10/01/10 10:44pm
$date = date("Y-m-d");// current date $date = strtotime(date("Y-m-d", strtotime($date)) . " +1 day");$date = strtotime(date("Y-m-d", strtotime($date)) . " +1 week");$date = strtotime(date("Y-m-d", strtotime($date)) . " +2 week");$date = strtotime(date("Y-m-d", strtotime($date)) . " +1 month");$date = strtotime(date("Y-m-d", strtotime($date)) . " +30 days");
URL: http://www.kune-studio.com
Report this snippet Tweet
Comment:
You need to login to post a comment.