예제 #1
0
 /** @see at.spardat.enterprise.fmt.IFmt#format(String) */
 public String format(String internal) {
   if (internal == null || internal.length() == 0) return "";
   return dateFormat_.format(TimeStampUtil.internal2Date(internal));
 }
예제 #2
0
 // returns a timestamp template
 private String getSampleTS() {
   return dateFormat_.format(new Date());
 }