Please advise how can I convert the date that I am getting in String
form
to java.sql.Date
form..
String Dateimp = abcObject.getabcDate();
java.sql.Date sd = ????? // what should i write in here.
at last finally i want to convert the date that I am getting in String form to java.sql.Date