예제 #1
0
파일: Helpers.java 프로젝트: mnylen/ohtu11k
 public static Date toJavaDate(DateTime dt) {
   return new Date(dt.getMillis());
 }