You can do something like this:
|
| public void setDateDebut(java.util.Date value)
| {
| this.dateDebut = new java.util.Date(value.getTime());
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105727#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...