1 SimpleDateFormat format = new SimpleDateFormat("yyyy年MM月dd日 HH:mm:ss"); 2 Date curDate = new Date(); 3 String str = format.format(curDate);