2016年1月18日
摘要: Calendar c = Calendar.getInstance();c.set(1999,12,21);SimpleDateFormat sdf = new SimpleDateFormat();sdf.applyPattern("yyyy-MM-dd HH:mm:ss E");System.o... 阅读全文
posted @ 2016-01-18 21:14 z5337 阅读(141) 评论(0) 推荐(0)