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!

Regarding fmt:formatDate

843838Apr 30 2007
<input type="hidden" name="EnteredDate">
(<fmt:formatDate value="${fn:escapeXml(row.entereddatetime)}" type="both" pattern="yyyy.MM.dd.HH.mm:ss" />)
<fmt:parseDate value="${param.EnteredDate}" pattern="yyyy.MM.dd.HH.mm:ss" type="both" var="parseddatetime" />

When I try to access the Date from DateBase and I need to format it,
when i worked above coding , following Error has come

Attempt to convert String to type "java.util.Date", but there is no PropertyEditor for that type...

please help with sample code
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2007
Added on Apr 30 2007
0 comments
124 views