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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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 Mar 28 23:01:26 2024 UTC