php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16439 strftime ("%V", $dat) does not give any result
Submitted: 2002-04-05 02:37 UTC Modified: 2002-04-05 03:33 UTC
From: sk at thigal dot de Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 4.1.0 OS: Win32
Private report: No CVE-ID: None
 [2002-04-05 02:37 UTC] sk at thigal dot de
strftime ("%V", $dat) and strftime ("%G", $dat) do not give any result when used with Win32 and Apache Server.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-05 03:33 UTC] mfischer@php.net
Simply because they are not available on this platform. Read the documentation carefully:

"Note: Not all conversion specifiers may be supported by your C library, in which case they will not be supported by PHP's strftime()."

See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_strftime.2c_.wcsftime.asp for a list of supported specifiers.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC