php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20691 strftime("%u")
Submitted: 2002-11-28 02:23 UTC Modified: 2002-11-28 02:43 UTC
From: ManfredRauer at gmx dot net Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 4.2.3 OS: Windows
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: ManfredRauer at gmx dot net
New email:
PHP Version: OS:

 

 [2002-11-28 02:23 UTC] ManfredRauer at gmx dot net
<?php
echo strftime("%u")#gives no output
?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-28 02:43 UTC] jan@php.net
RTFM :)
http://de.php.net/manual/en/function.strftime.php states:
  Note:  Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's strftime(). This means that e.g. %e, %T and %D (there might be more) will not work on Windows
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 15 13:00:02 2025 UTC