标签:
系统产生的的时间转换成yyyymmddhh24miss 格式
String str=new SimpleDateFormat("yyyyMMddHH:mm:ss").format(new Date(System.currentTimeMillis())); System.out.println(str);
时间格式转换
原文地址:http://www.cnblogs.com/JAYIT/p/4846819.html