Java学习 - SimpleDateFormat
SimpleDateFormat sdf=new SimpleDateFormat("yyyy年MM月dd日 HH时mm分ss秒");
String dateString=sdf.format(new Date() );//获得日期
---- suffer now and live the rest of your life as a champion ----
SimpleDateFormat sdf=new SimpleDateFormat("yyyy年MM月dd日 HH时mm分ss秒");
String dateString=sdf.format(new Date() );//获得日期