RE: [PHP] Change in date() in php4.0.4...

2001-04-03 Thread Boget, Chris
> I haven't checked date( ) in the manual, but could work? Sometimes, I am *such* a retard... My humble apologies for my previous post. Chris

Re: [PHP] Change in date() in php4.0.4...

2001-04-03 Thread John Lim
I haven't checked date( ) in the manual, but could work? "Boget, Chris" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > In the previous version we had (4.0.3), the following > worked: > > echo date( "m/d/Y h:ia" ); > > to display the date on the first line an

[PHP] Change in date() in php4.0.4...

2001-04-03 Thread Boget, Chris
In the previous version we had (4.0.3), the following worked: echo date( "m/d/Y 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