MySQL Forums
Forum List  »  General

default output of type DATE
Posted by: Kipp Sherer
Date: March 25, 2005 01:05PM

I recently upgraded a server to v4.1.10 and found that the default output format for a date had changed from yyyymmdd to yyyy-mm-dd. It is also possible that this behavior is from the client since it was upgraded at the same time.

This created a lot of errors where we had used the date string without formating it. While it is possible to specifically format the output with the select statement, this would entail many changes in our code.

Does anyone know how to change the default output of a date type to be yyyymmdd??

Thank you.

Options: ReplyQuote


Subject
Written By
Posted
default output of type DATE
March 25, 2005 01:05PM


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.