摘要:
public class test{ public static void main(String[] arg){ DateTimeFormatter sdf = DateTimeFormatter.ofPattern("yyyy-MM-dd");//格式化 LocalDate time = Loc 阅读全文
posted @ 2021-06-03 17:17
哎丫丫呀喂
阅读(790)
评论(0)
推荐(0)
摘要:
public class test{ public static void main(String[] arg){ //Date转为LocalDateTime DateTimeFormatter sdf1 = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm 阅读全文
posted @ 2021-06-03 17:13
哎丫丫呀喂
阅读(318)
评论(0)
推荐(0)
摘要:
//LocalDate转Date LocalDate nowLocalDate = LocalDate.now(); ZonedDateTime zonedDateTime = nowLocalDate.atStartOfDay(ZoneId.systemDefault()); Date srmPr 阅读全文
posted @ 2021-06-03 17:01
哎丫丫呀喂
阅读(2344)
评论(0)
推荐(0)

浙公网安备 33010602011771号