Latest feature (or bug):
In case of following code:
| <p:text value="#{contract.beginDate}"><f:convertDateTime
type="date" /></p:text>
|
and
| Calendar calendar = Calendar.getInstance();
| calendar.clear();
| calendar.setTime(new Date());
| Date beginDate = calendar.getTime();
|
then by 1 day before value of beginDate (DBMS table is correct)
displaying in pdf document...
...or what I'm doing wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076212#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...