Hi all,

Here's my problem: when I select a date in <tx:date control, the value is a day before than selected one. By example, I select May 14 in calendar, and the value in the java bean is May 13. Could you help me with this problem?

The code is:
<tx:date label="End Time" required="true" value="#{reportingAccountDepositPage.endTime}"/>

The taglib is: <%@ taglib uri="http://myfaces.apache.org/tobago/extension"; prefix="tx" %>

Thanks!

Reply via email to