Date date = new Date(); Format formatter = new SimpleDateFormat("yyyy-MM-dd"); String s = formatter.format(date);//2014-09-03