摘要: public class StringToDate { public static void main(String[] args) throws ParseException { Date d = new Date(); String s; /** Date类的格式: Sat Apr 16 13:17:29 CST 2006 */ System.out.println(d); System.out.println("******... 阅读全文
posted @ 2011-12-23 10:41 agile_work 阅读(558) 评论(0) 推荐(0) 编辑