2020年8月5日

Java笔记获取格式化的日期

摘要: String pattern = "yyyy-MM-dd"; SimpleDateFormat df = new SimpleDateFormat(pattern); Date today = new Date(); String tString = df.format(today); return 阅读全文

posted @ 2020-08-05 10:16 Happy丶Liu 阅读(132) 评论(0) 推荐(0) 编辑

导航