php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #55548 Small documentation typo
Submitted: 2011-08-31 08:11 UTC Modified: 2011-08-31 08:31 UTC
From: adiwidjaja at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.3.8 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 - 14 = ?
Subscribe to this entry?

 
 [2011-08-31 08:11 UTC] adiwidjaja at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.strftime%23Parameters
---

%d	Two-digit day of the month (with leading zeros)

should be

%d	Two-digit day of the day (with leading zeros)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-31 08:16 UTC] salathe@php.net
-Status: Open +Status: Bogus
 [2011-08-31 08:16 UTC] salathe@php.net
"day of the month" is correct.
 [2011-08-31 08:31 UTC] adiwidjaja at gmail dot com
Yes of course, sorry for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC