Re: change date format in MYSQL
Posted by: Bob Field
Date: December 18, 2006 09:34AM

The MySQL date format is actually YYYY-MM-DD, but using the str_to_date() and date_format() functions you can accept and generate any date format required.

http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html

Options: ReplyQuote


Subject
Written By
Posted
December 18, 2006 02:56AM
Re: change date format in MYSQL
December 18, 2006 09:34AM
December 19, 2006 09:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.