php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15005 Date bug with two and four digit year
Submitted: 2002-01-11 20:04 UTC Modified: 2002-02-02 06:35 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: shellum at amirani dot com Assigned:
Status: No Feedback Package: Date/time related
PHP Version: 4.1.1 OS: Windows2000
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: shellum at amirani dot com
New email:
PHP Version: OS:

 

 [2002-01-11 20:04 UTC] shellum at amirani dot com
I didn't see this bug posted, and I know that it worked fine in all my scripts in 2001.

In 2002, it displays 2011 instead of 2002 for the year

example :    date("Y");   or   date("y")
will return "2011" or "11" instead of "2002" or "02"

I'm using Windows 2000 with service pack 2
PHP 4.1.1 win32 binaries un-modified downloaded direct from php.net on Microsoft's Personal Web Server that came with Windows98 SE. Loading on IE 5.5.

Thanks
--Cameron Sellum

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-11 21:22 UTC] mfischer@php.net
Can't reproduce this on command line:

C:\php\php-4.1.1-Win32>php -q
<? echo date('Y'); ?>
^Z
2002
C:\php\php-4.1.1-Win32>php -q
<? echo date('y'); ?>
^Z
02
C:\php\php-4.1.1-Win32>

Please test this on your system too.

I still bet something is configured wrong on your system.
 [2002-02-02 06:35 UTC] sander@php.net
No feedback was provided for this bug, so it is being suspended.
If you are able to provide the information that was requested,
please do so and change the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 13:01:27 2024 UTC