ID: 8694
Updated by: david
Reported By: [EMAIL PROTECTED]
Old-Status: Analyzed
Status: Closed
Bug Type: Date/time related
Assigned To: 
Comments:

Fixed in CVS. Note also that "\t" produces a tab character. You probably want to use 
'\t' with single quotes instead. Or even better, date("m d")." of the week ".date("M F 
Y");

Previous Comments:
---------------------------------------------------------------------------

[2001-01-13 23:54:02] [EMAIL PROTECTED]
Unable to reproduce in current CVS - perhaps fixed.  Try a snapshot from snaps.php.net 
please.

---------------------------------------------------------------------------

[2001-01-13 22:41:07] [EMAIL PROTECTED]
<?
        $stamp=time();
   print(date("m d of the week M F Y"));
 
?>

put the above code snippet in a file called test.php - run the php cgi from the 
command line 

php -q test.php

And it will core 

remove the of the week and it works fine 
This used to work before 4.0.4

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8694


-- 
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