Otto Wyss wrote: > This probably has been asked several times yet I can't find a > satisfying solution. What's the simplest way to compute dates like > > local_formated_date + 7; // days > local_formated_date > local_formated_first_day_next_month; > local_formated_date > (current_date + 14) > > etc. Which functions are best suited for such calculations? > > O. Wyss > www.php.net/strtotime is probably a good start. Travis Doherty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php