In the previous version we had (4.0.3), the following
worked:

echo date( "m/d/Y <br> h:ia" );

to display the date on the first line and the hours:minutes
am/pm on the second line.

Now, looking at the date function, it looks like the "r"
character has been added as a formatting specifier.  Is there
any way I can make the above work as it did?  Or am I
going to have to use 2 seperate date() calls?

Chris

Reply via email to