Hi Vasanth,
Try using date format classes on your date object to convert it into a date/time
string. I normally use the DateFormat class from the java.text package, e.g.,
You can then insert formattedDate in a date/time table column.
Hope that helps.
Ex Animo
Java!
-- Val