1 Reply Latest reply on Nov 4, 2011 8:29 AM by langer123

    Calendar does not seem to support short day date part

    langer123

      Hi

       

      I'm trying to format a date as follows "Mon, 9 Jun, 2011".

      When my page loads it shows correctly, but when I select a new date from the calendar it outputs the following "E, 3 Jun, 2011".

       

      <rich:calendar value="#{myRequestsBean.startDate}" datePattern="E, d MMM, yyyy"  showWeeksBar="false" showApplyButton="false" cellWidth="24px" cellHeight="22px" styleClass="calendar">

      .... 

      </rich:calendar>


      Does the calendar component support the Day Date part?

       

      If not, is there a workaround or planned fix for a new version of Richfaces?

       

      I'm using Richfaces 3.3. and JSF 1.2.


      Thanks