RE: [PHP-WIN] adding dates

2003-07-21 Thread Croskerry, Dan
t;l, F d, Y"); $FutureDate = date("l, F d, Y", strtotime($CurrentDate . "+20 days")); Cheers, Dan -Original Message- From: Isai Arasu [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 12:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] adding dates Hi how do

[PHP-WIN] adding dates

2003-07-21 Thread Isai Arasu
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. _