Date dt=new Date();System.out.println(dt); //输出Wed Sep 19 14:39:04 CST 2012System.out.println(dt.toLocaleString()); //输出2012-9-19 14:39:04