Hi, We are designing a JSP page and the backend is MS-Access. In Access, the date format is in SHORT format (MM/dd/yyyy). Now I need to query my access tables using the Java date objects created in the JSP. The following is the method I am trying now:
Something like what you do, for example, the below code snippet should ideally work fine. If the returned date is not in a user-understandable format, please check the default dateformat that access uses.