|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-05-16 14:23 UTC] rasmus@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
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' ===========================================================