原来很简单的两句就行了
 Date dat=new Date();
 String posttime=dat.toLocaleString();
结果编译的时候说是方法过时了,
现在想改成用calendar类来获取这个posttime如何修改呢