ID: 33452
Updated by: [EMAIL PROTECTED]
Reported By: mehran20 at hotmail dot com
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: winXP
PHP Version: 4.3.10
-Assigned To:
+Assigned To: derick
Previous Comments:
------------------------------------------------------------------------
[2005-06-23 12:59:29] mehran20 at hotmail dot com
Description:
------------
Well I've seen so many bugs reported in this discussion, but not
exactly this one. The fact is, it's not a bug, more like a defect.
Date function lacks a format to return the year when used with 'W'. For
example mySQL has '%X' for function date_format.
Reproduce code:
---------------
date('Y-W', strtotime('2005-1-1'))
Expected result:
----------------
2004-53
Actual result:
--------------
2005-53
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33452&edit=1