Exemplo n.º 1
0
 public static Date toJavaDate(DateTime dt) {
   return new Date(dt.getMillis());
 }