显示中国人喜欢的日期
public static void main(String[] args) { // TODO Auto-generated method stub SimpleDateFormat format=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Date date=new Date(); String str=format.format(date); System.out.println(str); }
2016-06-23 10:49:32