Regarding fmt:formatDate
<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