JAVA时间格式转换大全
摘要:
1 import java.text.*; 2 import java.util.Calendar; 3 public class VeDate { 4 /** 5 * 获取现在时间 6 * 7 * @return 返回时间类型 yyyy-MM-dd HH:mm:ss 8 */ 9 public s 阅读全文
posted @ 2016-02-19 09:35 咖啡猫1292 阅读(548) 评论(0) 推荐(0) 编辑