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
- Re: [PHP] Change in date() in php4.0.4... Boget, Chris
- Re: [PHP] Change in date() in php4.0.4... John Lim
- RE: [PHP] Change in date() in php4.0.4... Boget, Chris