Re: [PHP] Adding days to a date

2003-08-14 Thread John Manko
http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=php+add+days+datebtnG=Google+Search Donpro wrote: I have a piece of code like so: $today =- getdate(); I am looking for a function that will add a variable number of days and return a valid date, i.e., the array elements for mday, mon and

Re: [PHP] Adding days to a date

2003-08-14 Thread Analysis Solutions
On Tue, Aug 12, 2003 at 03:37:25PM -0400, Donpro wrote: I am looking for a function that will add a variable number of days and return a valid date, i.e., the array elements for mday, mon and year are reset as needed. Is this possible? Look at mktime(). It allows you to seamlessly

Re: [PHP] Adding days to a date

2003-08-14 Thread CPT John W. Holmes
From: Donpro [EMAIL PROTECTED] I have a piece of code like so: $today =- getdate(); I am looking for a function that will add a variable number of days and return a valid date, i.e., the array elements for mday, mon and year are reset as needed. Is this possible? $tomorrow =

Re: [PHP] Adding days to a date

2003-08-14 Thread Onslaught
Yes, just check out mktime in the PHP manual. - Original Message - From: Donpro [EMAIL PROTECTED] To: php list [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 2:37 PM Subject: [PHP] Adding days to a date I have a piece of code like so: $today =- getdate(); I am looking

[PHP] Adding days to a date

2003-08-14 Thread Donpro
I have a piece of code like so: $today =- getdate(); I am looking for a function that will add a variable number of days and return a valid date, i.e., the array elements for mday, mon and year are reset as needed. Is this possible? Thanks, Don --- Outgoing mail is certified Virus Free.