In my database, I have value set as 9/28/2010 11:30:00 PM.
Now I am making use of dataResultSet.getTimestamp(3) which gives me a value as 2010-09-28 23:30:00.0. I want my result to be same as that of database values.i.e, I want the time to be 11:30.
What could be solution for this? Can anyone help me with this?
Thanks in Advance.