예제 #1
0
 public String getCreateDateStr() {
   return getCreateDate() == null ? "" : DateUtils.DATE_FORMAT.format(getCreateDate());
 }