Hi

Try using locale in f:convert tag...
Follow the below link. it might help..
http://www.mail-archive.com/[email protected]/msg15422.html

~Nikita

Emily Gu <[EMAIL PROTECTED]> wrote:
Hi,
 
I have a data table that each row has a column that I have used <t:inputCalendar>. My data table is sortingtable and scrollable. Whenever I click table header to sort on other columns, or scroll to next page. The date value in each row got decreased one day. Please help.
 
The following is how I put the inputcalendar in my data table.
 
 
<t:inputCalendar monthYearRowClass="yearMonthHeader" weekRowClass="weekHeader" currentDayCellClass="currentDayCell"
value="#{myObject.columnValue}" renderAsPopup="true"
popupTodayString="Today" popupWeekString="Week"
renderPopupButtonAsImage="true"
rendered="#{myObject.isDate}">
    <f:convertDateTime dateStyle="short" />
</t:inputCalendar>
Thanks!!

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to