摘要:
SimpleDateFormat foo = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); System.out.println("foo:"+foo.format(new Date())); Calendar gc = GregorianCalendar.getInstance(); System.out.println("gc.getTime():"+gc.getTime()); System.out.println("gc.getTimeInMillis()... 阅读全文
posted @ 2012-04-26 18:12
程序缘儿
阅读(21648)
评论(2)
推荐(1)