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

Patches

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 06:01:35 2024 UTC