> I am not sure if this is a PHP problem. I am using strtotime() to
convert
> date string to timestamp. But this function fails with date prior to
1970.
> The documentation however says that range is Fri, 13 Dec 1901 20:45:54
GMT
> to Tue, 19 Jan 2038 03:14:07 GMT
Actually it says it's "typically"
Hello,
I am not sure if this is a PHP problem. I am using strtotime() to convert
date string to timestamp. But this function fails with date prior to 1970.
The documentation however says that range is Fri, 13 Dec 1901 20:45:54 GMT
to Tue, 19 Jan 2038 03:14:07 GMT
To be specif
> -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(
[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
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.
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
6 matches
Mail list logo