私のカレンダーには readOnlyInput="false" があるため、ユーザーは 13/13/2013 などの間違った日付を入力できます。
ユーザーが datePicker ポップアップを使用する代わりに日付を入力することを好む場合、私の日付を regexValidate する方法はありますか?
<p:calendar id="birthDate" size="22" locale="#{view.locale}"
maxdate="#{userCreationBean.maxDate}" navigator="true"
yearRange="c-100" readOnlyInput="false"
value="#{userCreationBean.user.birthDate}"
mindate="01/01/1900" pattern="dd/MM/yyyy"
style="left: 194px !important;"
>
</p:calendar>