Hi,

I would like to see the displayed week days for german language.

Is there any chance to change this, by setting a locale info or passing an array?

I assume it should be possible since the popupDateFormat and popupTodayString properties can be modified.



Regards,
Andreas


<t:inputCalendar id="calender-end"
                                        monthYearRowClass="yearMonthHeader"
                                        weekRowClass="weekHeader"
                                currentDayCellClass="currentDayCell"
                                        value="#{bckbean.endDate}"
                                        lang="de"
                                        required="false"
                                        popupWeekString="Wk"
                                        renderAsPopup="true"
                                        
popupTodayString="#{msgs.CalendarTodayString}"
                                        
popupDateFormat="#{msgs.CalendarDateFormat}"  
                                />

Reply via email to