Edit report at http://bugs.php.net/bug.php?id=53712&edit=1
ID: 53712 User updated by: mpchanzy at proxecom dot fr Reported by: mpchanzy at proxecom dot fr -Summary: Weeks format ('W') doesn't work +Summary: DateTime::createFromFormat using format ('W') doesn't work Status: Open Type: Bug Package: Unknown/Other Function Operating System: XP Pro PHP Version: 5.3.5 Block user comment: N Private report: N New Comment: I just changed the title to make it more explicit Previous Comments: ------------------------------------------------------------------------ [2011-01-11 11:35:29] mpchanzy at proxecom dot fr Description: ------------ --- >From manual page: http://www.php.net/datetime.createfromformat#Liste de paramètres --- DateTime::createFromFormat('W','1') returns false when it should probably return the date of the first week of the year. 'W' is a date() compatible format Test script: --------------- $date = DateTime::createFromFormat('W','1'); Expected result: ---------------- it should return something like this: public 'date' => string '2011-01-03 10:17:40' (length=19) public 'timezone_type' => int 3 public 'timezone' => string 'UTC' (length=3) Actual result: -------------- false ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53712&edit=1