5 Replies Latest reply on Jan 16, 2008 6:17 AM by daniel.soneira

    calendar with datePattern yyyyMMdd

    baz

      Hello,
      [Using Richfaces 3.1.3GA]
      we have to use the calendar together with this datePattern: yyyMMdd

       <rich:calendar value="#{germinationTestBacking.completedDate}"
       enableManualInput="true" datePattern="yyyyMMdd">
       </rich:calendar>
      

      This results e.g. in 2008MMdd in the inputbox when the popup is used to select a date.
      This is a hard requirement for us, that dates must be entered as 20080116.

      I have searched jira and this forum but with no success.
      Before entering a FR or a bug in Jira i decided to first ask here.
      Ciao,
      Carsten