JAVA字符串转日期或日期转字
摘要:
文章中,用的API是SimpleDateFormat,它是属于java.text.SimpleDateFormat,所以请记得import进来!用法: SimpleDateFormat sdf = new SimpleDateFormat( " yyyy-MM-dd HH:mm:ss " );这一... 阅读全文
posted @ 2015-04-19 17:00 雨钝风轻 阅读(267) 评论(0) 推荐(0)