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
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: sk at thigal dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 08:01:32 2025 UTC