예제 #1
0
 public String adjtime(double adj) {
   return MyClock.adjTime(adj);
 }
예제 #2
0
 public String getdate() {
   return MyClock.getTime();
 }