如2015-12-01到2016-01-15隔了5周
if (oneday.isAfter(sratDate) && oneday.isBefore(endDate)) {
TemporalField weekFields =WeekFields.of(Locale.getDefault()).weekOfWeekBasedYear();
int startWeek = sratDate.get(weekFields);
int oneWeek = oneday.get(weekFields);
System.out.print(startWeek - oneWeek);
}
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
光阴似箭催人老,日月如移越少年。