okay, there is nothing in the manual with the date in 20 days. but this
could help you. ;-)
$tomorrow = mktime(0, 0, 0, date("m"), date("d")+1, date("Y"));

Isai Arasu wrote:
> Hi
>
> how do I add dates???
>
> for example,
>
> if the date from database is thursday, feb 12, 1996
> and i want to know the date after 20 days from this
> date, is this possible in PHP.
>
> or
>
> if todays date is thursday, feb 12, 1996 , how i will
> know the date of the day 20 days from today???
>
> Isai.
>
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com



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

Reply via email to