| Author |
java.util.Date to java.sql.Date
|
Lucy Smaile
Ranch Hand
Joined: Apr 17, 2002
Posts: 45
|
|
How do you convert a java.util.Date to java.sql.Date? (I presume this is what you have to do to store it with preparedStatement.setDate?) Thanks
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
Originally posted by Lucy Smaile: How do you convert a java.util.Date to java.sql.Date? (I presume this is what you have to do to store it with preparedStatement.setDate?) Thanks
|
 |
Lucy Smaile
Ranch Hand
Joined: Apr 17, 2002
Posts: 45
|
|
|
Thanks v much!
|
 |
 |
|
|
subject: java.util.Date to java.sql.Date
|
|
|