Hi,

Using this component with the date format `dd.MM.yyyy' doesn't work, the date value after sending the form goes always to `01.01.0001'.

Is there anything else to set or to convert?

Please help!

Regards,
Andreas



<t:inputCalendar id="calender-start"
        monthYearRowClass="yearMonthHeader"
        weekRowClass="weekHeader"
        currentDayCellClass="currentDayCell"
        value="#{bckbean.startDate}"          
        required="true"                               
        popupWeekString="Wk"                  
        renderAsPopup="true"
        renderPopupButtonAsImage="true"
        popupTodayString="Heute ist der"
        popupDateFormat="dd.MM.yyyy"  
/>

Reply via email to