Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- From: ceo@xxxxxxxxx ("Richard Lynch")
- Date: Thu, 31 Jan 2008 11:57:09 -0600 (CST)
Maybe it's just me, but I've never quite figured out what people mean
when they say "next Saturday"...
Do they mean the next one coming up?
Or do they mean that there's "this Saturday" coming up and "next
Saturday" the one after that?
And if I can't figure it out, why would you expect PHP to figure it out?
:-)
On Thu, January 31, 2008 10:27 am, Mike Morton wrote:
Ya - the other server is 4.4.7
However - this does not seem to be the problem necessarily:
print date("m/d/Y",strtotime("next saturday"));
02/09/2008
print date("m/d/Y",strtotime("next sunday"));
02/10/2008
print date("m/d/Y",strtotime("next monday"));
02/11/2008
print date("m/d/Y",strtotime("next tuesday"));
02/12/2008
print date("m/d/Y",strtotime("next wednesday"));
02/13/2008
print date("m/d/Y",strtotime("next thursday"));
02/07/2008
So from today to next Thursday, the dates are all 1 week off....?
On 1/31/08 11:03 AM, "Tom Chubb" <tomchubb@xxxxxxxxx> wrote:
On 31/01/2008, Mike Morton <mike@xxxxxxxxxxxx> wrote:
The manual says:
I have been using:
$nextSaturday= date("m/d/Y",strtotime("next saturday"));
For months long time now with out problems, but in the last two
days, it
went kind of funky. It is now returning:
02/09/2008 instead of the expected 02/02/2008. I have tried the
same code
on another server and different version of PHP,and it works ok.
More info:
Shell date: Thu Jan 31 09:44:50 EST 2008
echo date("Y-m-d g:i A T", time()); = 2008-01-31 10:00 AM EST
echo date("Y-m-d g:i A T", strtotime("next saturday")); =
2008-02-09 12:00
AM EST
version: 4.3.9 (highest version we can have at the moment)
I could not find this in the known bugs from this version....
So - is this something that is server or version specific?
TIA!
--
Cheers
Mike Morton
****************************************************
*
* Tel: 905-465-1263
* Email: mike@xxxxxxxxxxxx
*
****************************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
*Warning*
In PHP versions prior to 4.4.0, *"next"* is incorrectly computed as
+2. A
typical solution to this is to use *"+1"*.
Dunno if that helps you out? Is the other server > 4.4.0?
http://uk3.php.net/strtotime
--
Cheers
Mike Morton
****************************************************
*
* Tel: 905-465-1263
* Email: mike@xxxxxxxxxxxx
*
****************************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?
.
- Follow-Ups:
- Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- From: Mike Morton
- Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- References:
- Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- From: Mike Morton
- Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- Prev by Date: Re: [PHP] [Slightly OT] Apple MacBook MAMP and Logic
- Next by Date: Re: [PHP] PEAR website and MSIE 6
- Previous by thread: Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- Next by thread: Re: [PHP] Strtotime returns 02/09/2008 for "next Saturday"....
- Index(es):
Relevant Pages
|