摘要:
Java时间格式转换大全 import java.text.*; import java.util.Calendar; public class VeDate { /** * 获取现在时间 * * @return 返回时间类型 yyyy-MM-dd HH:mm:ss */ public static Date getNowDate() { Date curren... 阅读全文
posted @ 2017-01-12 10:51
DearBelinda
阅读(313)
评论(0)
推荐(0)