Hi All

is normal that a calendar acept as input a date such as 02/38/05
(MM/dd/yy) and transfom it in 10/04/05?????

here my code

 <t:inputCalendar monthYearRowClass="yearMonthHeader" weekRowClass="weekHeader"
                    currentDayCellClass="currentDayCell"
id="dataInizio" value="#{anniTermiciHandler.annoTermico.dataInizio}"
renderAsPopup="true" lang="it"  popupTodayString="Oggi รจ "
popupWeekString="Sett." addResources="true"  >

            <f:convertDateTime locale="#{userOptions.locale}"
dateStyle="short" />
           
            </t:inputCalendar>

should I add some custom Validation?



-- 
::SammyRulez::
http://sammyprojectz.blogspot.com

Reply via email to