php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #33452 date('Y-W', strtotime('2005-1-1')) returns '2005-53'
Submitted: 2005-06-23 12:59 UTC Modified: 2005-06-30 23:40 UTC
From: mehran20 at hotmail dot com Assigned: derick (profile)
Status: Closed Package: Feature/Change Request
PHP Version: 4.3.10 OS: winXP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mehran20 at hotmail dot com
New email:
PHP Version: OS:

 

 [2005-06-23 12:59 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-23 13:33 UTC] derick@php.net
I'll take a look at it, but it's a feature request, not a bug.
 [2005-06-30 23:40 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Apr 07 16:01:28 2025 UTC