MySQL Forums
Forum List  »  Microsoft Access

Re: Legacy code with Date Format issue
Posted by: Jonathan Shaltz
Date: October 12, 2005 02:25PM

You can use the Access Format([DateField], "yyyy/mm/dd") function (MySQL doesn't care if you use slash separators), and to send MySQL dates back to Access you can use DATE_FORMAT(DateField, "%m/%d/%Y").

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Legacy code with Date Format issue
1775
October 12, 2005 02:25PM


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.