Java 版 (精华区)


用SimpleDateFormat

SimpleDateFormat format = new SimpleDateFormat("yyyy.MM.dd hh.mm.ss.SSS");
format.parse(dateString);

如果抛出ParseException,就说明格式不对
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:4.908毫秒