//DateFormat df=new DateFormat.getDateInstance();
应为:DateFormat df=DateFormat.getDateInstance();
不需要new的!!!