From:             [EMAIL PROTECTED]
Operating system: Redhat 7.0 kernel 2.2.16
PHP version:      4.0.5
PHP Bug Type:     Date/time related
Bug description:  date() bug...

date() function does not work well

this code shown the date() function bug...

<?
$date = date("Y.m.t");

echo $date;
?>

Result of above code is only "2001.05.31".

it's incorrect... correct result is "2001.5.17"

linux console command "date" work correctly...

===========================================================
My php Configure Line

./configure' '--with-apache=/usr/local/src/apache_1.3.19' 
'--with-sybase=/usr/local/freetds' '--enable-track-vars' '--disable-debug' 
'--enable-sysvsem' '--enable-sysvshm' '--enable-shmop'
===========================================================


-- 
Edit Bug report at: http://bugs.php.net/?id=10907&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to