ID: 8682
Updated by: david
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

The formatting characters B (swatch internet time) and r (rfc-formatted date) have 
been added. The first argument to date() should always include only date formatting 
characters. You want

echo date("m/d/Y",$filemodified)." <br> ".date("h:i A",$filemodified);

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

[2001-01-12 14:02:57] [EMAIL PROTECTED]
echo date("m/d/Y <br> h:i A",$filemodified);
used to work in earlier versions (4.0.1?)

4.0.4pl1 it doesn' work.

same line above in 4.0.4pl1 produces

01/12/2001 01:825898547 PM

with capitalized BR tag, it's even different, but still not right.  

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


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


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