摘要:
public static Instant toInstant(Date date) { return Instant.ofEpochMilli(date.getTime());} public static Date toDate(Instant instant) { return new Dat 阅读全文
posted @ 2022-06-27 16:06 在下刚哥 阅读(240) 评论(0) 推荐(0)
|
|||
|
摘要:
public static Instant toInstant(Date date) { return Instant.ofEpochMilli(date.getTime());} public static Date toDate(Instant instant) { return new Dat 阅读全文
posted @ 2022-06-27 16:06 在下刚哥 阅读(240) 评论(0) 推荐(0) |
|||