hi is there a way i can check that the date entered is above sysdate ,for example if i entered passport expiarydate i what to make sure is above today date no previous date must be entered in the field,am in jdeveloper 11.1.1.6.0
<af:inputDate value="#{bindings.Passportexpdate.inputValue}"
required="#{bindings.Passportexpdate.hints.mandatory}"
shortDesc="#{bindings.Passportexpdate.hints.tooltip}"
id="id1" columns="20" partialTriggers="resId1 sor1"
disabled="#{pageFlowScope.InternalBean.idtype eq '1'}"
simple="true">
<f:validator binding="#{bindings.Passportexpdate.validator}"/>
<af:convertDateTime pattern="#{bindings.Passportexpdate.format}"/>
</af:inputDate>