Date date = new Date(); Format formatter = new SimpleDateFormat("MM/dd/yy"); String s= formatter.format(date); System.out.println(s);