Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   DATE Change (https://www.askmehelpdesk.com/showthread.php?t=692069)

  • Aug 9, 2012, 05:00 AM
    pramod22m
    DATE Change
    I have one jsp form in that I put one date picker if I click submit button it will stored in data base but it stores in diff rent format how can I change this date format

    I am using this code to retrieve object

    String dob=request.getParameter("datum1");
    it receives in DD-MM-YYYY format
    but in date base it Stores as MM-DD-YYYY (Mysql,Netbeans tool)

  • All times are GMT -7. The time now is 04:45 AM.