SimpleDateFormat dateformat = new SimpleDateFormat("yyyy-MM-dd");
Date date = dateformat.parse("2021-6-23");
System.out.println(dateformat.format(date));
SimpleDateFormat dateformat = new SimpleDateFormat("yyyy-MM-dd");
Date date = dateformat.parse("2021-6-23");
System.out.println(dateformat.format(date));
本文标题:Java 实现日期 Date 的赋值
本文链接:https://www.haomeiwen.com/subject/zcfiyltx.html
网友评论