コード例 #1
0
ファイル: BookEntry.java プロジェクト: NRJD/BVApp1
 public Date getLastModifiedDate() {
   return DateUtils.parseDate(this.lastModified);
 }