Java程序获取当前一周中所有日期的日期
首先,获取当前日期:
LocalDate listDays = LocalDate.now();
现在,获取当前一周中所有日期的日期:
Arrays.asList(DayOfWeek.values()).stream().map(listDays::with).collect(toList()));
示例
import java.time.DayOfWeek;
import java.time.LocalDate;
import java.util.Arrays;
import static java.util.stream.Collectors.toList;
public class Demo {
public static void main(String[] args) {
LocalDate listDays = LocalDate.now();
System.out.println("All the dates for the days in the week =
\n"+Arrays.asList(DayOfWeek.values()).stream().map(listDays::with).collect(toList()));
}
}输出结果
All the dates for the days in the week = [2019-04-15, 2019-04-16, 2019-04-17, 2019-04-18, 2019-04-19, 2019-04-20, 2019-04-21]
热门推荐
10 香港老妈结婚祝福语简短
11 毕业立体贺卡祝福语简短
12 简短新年年会祝福语
13 评论小品祝福语大全简短
14 恭喜师兄结婚祝福语简短
15 员工集体辞职祝福语简短
16 高中新生祝福语 简短
17 装修祝福语男生搞笑简短
18 生日开业蛋糕祝福语简短