Ejemplo n.º 1
0
 public String getEndTime() {
   if (endTime > 0) {
     return Formatter.formatDate(new Date(endTime));
   } else {
     return "";
   }
 }
Ejemplo n.º 2
0
 public String getStartTime() {
   return Formatter.formatDate(new Date(startTime));
 }