Date d =new Date(); SimpleDateFormat sf=new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); String date=sf.format(d); System.out.println(date);