Hi,
How can I Convert a java.sql.date to java.util.date the other way is not
a problem... a method like this..
public java.util.Date getUtilDate(java.sql.Date in){
java.util.Date date;
...convert...convert...
return date;
}
thank.. you!!
best regards.
Mican Bican