03 2023 档案
摘要:Date to LocalDateTime Date todayDate = new Date(); LocalDateTime localDate = todayDate.toInstant().atZone( ZoneId.systemDefault()).toLocalDateTime();
阅读全文
摘要:` SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String formatedDateTime = format.format(new Date()); Timestamp fdt = Timestam
阅读全文