I'm trying to get a "DATE_FORMAT(arrive, '%d-%M-%y' ) as arr" select param to work correctly, but can't!
Although I'm running Apache/2.0.59 (Win32) PHP/5.2.5, my host runs PHP/4.4.7 - but it shouldn't make a dfference. I have not checked this on my host server as yet.
The output I'm getting (on localhost) is not the desired one! All I'd like is for the SELECT query to output the month as a 3 letter abbrev. (ie: 28-Feb-09) as is documented it should.
However, what I'm seeing is %M outputs the full month name (ie:28-February-09), and %F is not recognised at all (28-%F-09).
Is there perhaps something in the php.ini file which needs changing? Or something else???
Comments most welcome by anyone who could 'enlighten' me :-)
Richard.