1 Reply Latest reply on Apr 25, 2009 3:55 AM by ilya_shaikovsky

    How to mask rich:calendar

    hurzeler

      Hi does anyone know how to set an mask for the rich:calendar?

      We tried:

      <rich:calendar id="dob" enableManualInput="true"
      datePattern="dd/MM/yyyy" value="#{person.dateOfBirth}" />
      <rich:jQuery selector="#dob" query="mask('99/99/9999')" />


      But that does not work.

      Please help.