Calendar c = Calendar.getInstance();DateFormat df =new SimpleDateFormat("HH:mm:ss");return df.format(c.getTime());