about the date format: "2005-03-02 11:55:33.0"
Posted by: xxanadu
Date: March 01, 2005 10:01PM

I insert a date "2005-03-02 11:55:33" into table(MySQL 4.1.10 ) view my java application.
When I get the data from the table view my java application, it was changed to "2005-03-02 11:55:33.0", but it is correct in sqlcc("2005-03-02 11:55:33").

My default date format is "yyyy-mm-dd HH:MI:SS".

Who changed it? Why?

thanks.

Options: ReplyQuote




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.