I’m trying to retrieve a stored date in a MS Access 2003 database .. it is stored in the format dd/mm/yyyy, but when it is retrieved it comes in the format mm/dd/yyyy
How can I force the MS Access to return the date in the format dd/mm/yyyy??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I managed to solve it.
Added format to the fields to force them to be dd/mm/yyyy
and in my C# application I tuned it to deal with the date in that format/ Everything is good