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(); }
Post a Comment
No comments:
Post a Comment