Click to See Complete Forum and Search --> : Converting from Calendar object to date data type.


biosphere
January 7th, 2003, 01:12 AM
hi,

I'm wondering is there any way to convert calendar object to date data type.

thanks for the help.

biosphere

dlorde
January 7th, 2003, 04:41 AM
Did you look at the JavaDocs for Calendar (http://java.sun.com/j2se/1.4/docs/api/java/util/Calendar.html#getTime()) ?

Sometimes you just have to do things yourself...