11 2022 档案

摘要:方法一: LocalDateTime beginTime = LocalDateTime.now(); Long opetime = Duration.between(between,LocalDateTime.now()).toMillis(); 方法二: Long beginTime = new 阅读全文
posted @ 2022-11-11 09:39 我是深水的猫 阅读(605) 评论(0) 推荐(0)
摘要:根据年月,获取当月所有日期 public static void main(String[] args) { System.err.println(getMonthDate("2022-07")); } public static List getMonthDate(String timeStamp 阅读全文
posted @ 2022-11-02 11:11 我是深水的猫 阅读(509) 评论(0) 推荐(0)