ID: 43452
User updated by: sean dot thorne at gmail dot com
Reported By: sean dot thorne at gmail dot com
Status: Open
Bug Type: Date/time related
Operating System: Mac OS X 10.4.11
PHP Version: 5.2CVS-2007-11-29 (CVS)
New Comment:
I ended up writing a compensator for the problem, because it appears
that the PHP Dev crew has better things to do then clean up the code
base...
I kept it simple and grabbed what day was the the first of the month
and then found where Thursday would be in comparison and knew the third
thursday was just 3 times whatever the date of the first thursday.
Previous Comments:
------------------------------------------------------------------------
[2008-03-30 22:21:21] billyt at claritytech dot com
This is still a problem with 5.2.6RC4-dev!!!
This is causing us serious issues ... any ideas???
------------------------------------------------------------------------
[2007-11-29 15:39:52] sean dot thorne at gmail dot com
Description:
------------
When asking strtotime for the 3rd thursday in a month and the first day
of that month is thursday, it ignores the first thursday. It then begins
to count after that first Thursday and returns the fourth Thursday.
Reproduce code:
---------------
$day = strtotime("3 Thursday Nov 2007");
echo date("m-d-Y", $day);
Expected result:
----------------
11-15-2007
Actual result:
--------------
11-22-2007
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43452&edit=1