摘要: public static String getWeek(String date) throws ParseException { String[] weeks = {"1","2","3","4","5","6","7"}; Calendar cal = Calendar.getInstance( 阅读全文
posted @ 2022-05-28 10:47 _Lawrence 阅读(112) 评论(0) 推荐(0) 编辑
摘要: public static List<Date> getDayListOfMonth() throws ParseException { List list = new ArrayList(); Calendar aCalendar = Calendar.getInstance(Locale.CHI 阅读全文
posted @ 2022-05-28 10:04 _Lawrence 阅读(416) 评论(0) 推荐(0) 编辑