Re: Date Format in MySQL

2001-07-27 Thread Stefan Hinz
Fax: +49-30-46307-388 - Original Message - From: "Werner Stuerenburg" <[EMAIL PROTECTED]> To: "Claudemir F. Martins" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 9:49 AM Subject: Re: Date Format in MySQL > > > Claudemir

Re: Date Format in MySQL

2001-07-27 Thread Werner Stuerenburg
Claudemir F. Martins schrieb am Donnerstag, 26. Juli 2001, 21:03:59: > Is possible to change the MysQL Date fromat from -mm-dd to dd-mm- ? No. This is the standard format. You can, however, reformat the result sets according to your needs. This format allows easy manipulation of dat

Date Format in MySQL

2001-07-27 Thread Claudemir F. Martins
Hello Friends Is possible to change the MysQL Date fromat from -mm-dd to dd-mm- ? Thanks Claudemir F. Martins - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.

RE: Date Format in MySQL

2001-07-27 Thread Don Read
On 26-Jul-2001 Claudemir F. Martins wrote: > Hello Friends > > Is possible to change the MysQL Date fromat from -mm-dd to dd-mm- > ? > Check for DATE_FORMAT() in the manual. Regards, -- Don Read [EMAIL PROTECTED] -- It's always darkest before

Re: Date Format in MySQL

2001-07-27 Thread Grigory Bakunov
Date |Thu, 26 Jul 2001 15:03:59 -0400 >From |"Claudemir F. Martins" <[EMAIL PROTECTED]> Hello! CFM> Hello Friends CFM> Is possible to change the MysQL Date fromat from -mm-dd to dd-mm- ? CFM> Thanks CFM> Claudemir F. Martins You can use DATE_FORMAT function for change output date fo

Re: Date Format in MySQL

2001-07-27 Thread Joshua J. Kugler
On Thursday 26 July 2001 11:03, Claudemir F. Martins wrote: > Hello Friends > > Is possible to change the MysQL Date fromat from -mm-dd to dd-mm- I suppose, by changing the source code, and reompiling, which would break several other things. > Before posting, please check: >http