Skip to Main Content

Java Development Tools

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!

check date to be above sysdate in adf

Tony007Jun 13 2013 — edited Aug 29 2013

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 26 2013
Added on Jun 13 2013
6 comments
2,321 views