php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #3877 documentation of strftime doesn't mention %V switch
Submitted: 2000-03-19 19:18 UTC Modified: 2000-03-25 14:55 UTC
From: mbj at isolve dot dk Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.15 OS: All of them
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: mbj at isolve dot dk
New email:
PHP Version: OS:

 

 [2000-03-19 19:18 UTC] mbj at isolve dot dk
if i use strftime("%V",time()) it works fine, but the switch is not mentioned in the manual, it is however mentioned if I do 'man strftime' on a mandrake 7 linux box

     %V     The  ISO  8601:1988 week number of the current year as a decimal number, range 01 to 53, where week 1 is
              the first week that has at least 4 days in the current year, and with Monday as the  first  day  of  the
              week. See also %U and %W. (SU)

/Martin Jespersen

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-25 14:55 UTC] mrobinso at cvs dot php dot net
Fixed in cvs.
Terrific report. Thanks.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 15:00:01 2026 UTC