SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); Date date = new Date(); System.out.println(sf.format(date));