Date Issues

Making the date gotten from user through request.getParameter() method of httpServletRequest the value of Date object in a Servlet.
[138 byte] By [Abbey81a] at [2007-11-27 10:05:32]
# 1
Where is the question?
BalusCa at 2007-7-13 0:40:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Use the SimpleDateFormat class to convert the data from a String object to a Date Object. http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
tolmanka at 2007-7-13 0:40:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...