in my application i am using JDBC ODBC bridge to connect to the SQL server database.its a JSP appication. when i insert date from my application to database using it gets inserted in the format of mm/dd/yy but when i display it in the next page through resultset using getString method it displayes in the format of yy/mm/dd. is there any method by which i can convert date can any one help me