SimpleDateFormat sdf = new SimpleDateFormat("hh:mm:ss"); return sdf.format(new Date());
SimpleDateFormat sdf = new SimpleDateFormat("dd-MM-yyyy"); return sdf.format(new Date());