Following the code.
<c:set var="birthdate" value="${requestScope.evaluation.employee.birthDate}"></c:set>
<fmt:formatDate pattern="ddMMyyyy" type="both" value="${birthdate}"/>
Error: Custom tag attribute value cannot be runtime expression. value: "[${birthdate}]"