4 Replies Latest reply on Oct 24, 2008 5:11 PM by nbelaevski

    rich:calender enableManualInput how to accept any date patte

    panky_p

      Hi,
      I am trying to make use of rich:calender control

      <rich:calendar value="#{dateAction.dateSelected}" enableManualInput="true" popup="true"/>

      my question is as I had enabled manual input and I want to allow user to input date in any date pattern could be MMM d,yyyy
      d/MM/yy HH:mm or dd/M/yy hh:mm a or d/MMM/y in any of these format.

      How I'll allow user to input date in any date pattern???

      Suggestion are welcome!!!