米娅的android之旅
android开发群群号:84926730
摘要: 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 程序缘儿 阅读(21630) 评论(2) 推荐(1) 编辑