我的日历有 readOnlyInput="false" ,因此用户可以输入错误的日期,例如 2013 年 13 月 13 日。
如果用户更喜欢键入日期而不是使用 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>