Tuesday, March 31, 2009

Method untuk ngambil waktu sistem

Format waktu adalah hh:MM:ss
public String getDate(){
Formatter fmt = new Formatter();
Calendar cal = Calendar.getInstance();
fmt = new Formatter();
fmt.format("%tl:%tM:%tS", cal,cal, cal);
return fmt.toString();
}

No comments: