|
Well..It depends what getXXX()
method is called. JDBC does provide getDate(), getTime() and getTimestamp()
methods to retrieve date information from the database as instances of
java.sql.Date, java.sql.Time and java.sql.Timestamp respectively. And then one
can convert it to java.util.Date by applying getTime() method on the specific
java.sql Date object.
Thanks
Zahid.
|
Title: RE: Date problem
- Date problem Manish Syal
- Re: Date problem Hemant Arora
- Re: Date problem Sourabh Ahuja
- Zahid Iqbal
