2 Replies Latest reply on Dec 17, 2007 12:24 PM by sergeysmirnov

    Richfaces Claendar Date and Time

    ismail_mca

      Hi all

      The following richfaces3.1.0 datepattern not working

      <h:panelGroup>
       <h:outputText value="Join Date" />
       <rich:calendar id="calendar" value="#{bean.selectedDate}" locale="#{bean.locale}" datePattern="MM/dd/yy hh:mm ">
       <f:facet name="optionalHeader">
       <h:outputText value="Select The Date" />
       </f:facet>
       </rich:calendar>
       </h:panelGroup>



      Datepattern="MM/dd/yy" alone working fine.But both date and time not working. If I use "MM/dd/yy hh:mm" then date is displayed as expected but time not shown.

      Please help me.

      Thanks inadvance.
      Isma