| Author |
resultset getDate() not retrieving time
|
praveenreddy dinnapaty
Greenhorn
Joined: Sep 18, 2007
Posts: 6
|
|
I am using getDate() of ResultSet in my program and I am not able to retrieve the time portion of the date . I have 5/28/2008 5:51:23 PM in my DB and when I use resultSet.getDate() I am getting only 5/28/2008.\ please help me
|
 |
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
|
|
take a look at javadocs!!! try using resultset.getTimestamp() regards.
|
 |
 |
|
|
subject: resultset getDate() not retrieving time
|
|
|