RE: [PHP] Problem with strtotime() and 2002-03-31

2002-03-22 Thread Ford, Mike [LSS]
> -Original Message- > From: John Clarke [mailto:[EMAIL PROTECTED]] > Sent: 20 March 2002 00:40 > > I have used the following script successfully for a year now, > but have just > found a problem with the date 2002-03-31. > > Any ideas why this would be happening? > > function addDays(

RE: [PHP] Problem with strtotime() and 2002-03-31

2002-03-19 Thread Martin Towell
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 11:40 AM To: [EMAIL PROTECTED] Subject: [PHP] Problem with strtotime() and 2002-03-31 I have used the following script successfully for a year now, but have just found a problem with the date 2002-03-31. When I add 0 days to this date it ret

Re: [PHP] Problem with strtotime() and 2002-03-31

2002-03-19 Thread Miguel Cruz
On Wed, 20 Mar 2002, John Clarke wrote: > I have used the following script successfully for a year now, but have just > found a problem with the date 2002-03-31. > When I add 0 days to this date it returns 2002-03-31.Correct! > When I add 1 day to this date it still returns 2002-03-31.

[PHP] Problem with strtotime() and 2002-03-31

2002-03-19 Thread John Clarke
I have used the following script successfully for a year now, but have just found a problem with the date 2002-03-31. When I add 0 days to this date it returns 2002-03-31.Correct! When I add 1 day to this date it still returns 2002-03-31.NOT Correct n I add 2 days to this date it retur