I know that request.getParameter("xxx") returns a
string. Is there any way to get it to return a java.util.Date???
I would like to get the date from my
applet and write it to a database in date format. Maybe I should just write it as a String???
What do you think??? See code from applet to
servlet below.
Many thanks!!!
code from servlet.....