aspose file tools
The moose likes JDBC and the fly likes JDBC SQL server date format problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC SQL server date format problem" Watch "JDBC SQL server date format problem" New topic
Author

JDBC SQL server date format problem

sanjay vishwas
Greenhorn

Joined: Nov 16, 2005
Posts: 2
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
Ram Mohan
Greenhorn

Joined: Oct 21, 2005
Posts: 26
Whats your need,

String into date format or date into string.

Ram Mohan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDBC SQL server date format problem
 
Similar Threads
JDBC SQL server date format problem
Converting String to Date Object(mm/dd/yy) format
SQL server date format
Default Date format issue in ojdbc6
Formatting Date Object