[jboss-user] [EJB 3.0] - Re: Problem retrieving dates from database

genman do-not-reply at jboss.com
Sat Nov 17 01:56:11 EST 2007


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#4105727

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105727



More information about the jboss-user mailing list