It's a known issue with dateConverter. By default GMT is used. If your server
isn't in GMT+1, then... the first day of a month can become the last day of the
previous month!
To avoid this:
- fixe timezone explicitly
- use joda library
- use a converter as the one you tested
- ...
Pierre
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025819#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...