[PHP] Re: Changing MySQL Date Format

2004-08-12 Thread Torsten Roehr
"Harlequin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using a hell of a lot of dates in my databases and wondered if it was > possible to change the date format in my databases from -00-00 to: > 00-00-...? This would make ordering by date impossible - do you really

[PHP] Re: Changing MySQL Date Format

2004-08-12 Thread David Robley
On Thu, 12 Aug 2004 20:06, Harlequin wrote: > I'm using a hell of a lot of dates in my databases and wondered if it was > possible to change the date format in my databases from -00-00 to: > 00-00-...? > > Has anyone else managed to do this or use any workarounds I could use > perhaps...?