[ create a new paste ] login | about

Link: http://codepad.org/9rWnoeQb    [ raw code | output | fork ]

PHP, pasted on Jul 3:
1
2
3
4
<?php

    $startDate = "07/03/2011";
    echo date("m/d/Y", strtotime("$startDate +60 days"));


Output:
1
09/01/2011


Create a new paste based on this one


Comments: