Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

request getParameter Date type

511785Nov 12 2009 — edited Nov 12 2009
I am attempting to set a request getParameter using Date type. The below doesnt compile because it doesnt like String and Date mix. Please advise how I can call a Date type?
setSubmitDate((java.util.Date)request.getParameter(submitDate))
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2009
Added on Nov 12 2009
2 comments
3,345 views