If I have a date (2003-04-02) and want to select 9 months later, how to
do?

Try this:

echo date("Y-m-d",strtotime("2003-04-02 +9 month"));


Erwin Kerk WebDeveloper

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to