コード例 #1
0
ファイル: Conversions.java プロジェクト: ThrawnCA/boon
 public static Date toDate(Calendar c) {
   return c.getTime();
 }