Package | Description |
---|---|
cn.hutool.core.date |
日期封装,日期的核心为DateTime类,DateUtil提供日期操作的入口
|
Modifier and Type | Method and Description |
---|---|
static DateRange |
DateUtil.range(Date start,
Date end,
DateField unit)
创建日期范围生成器
|
Modifier and Type | Method and Description |
---|---|
static List<DateTime> |
DateUtil.rangeContains(DateRange start,
DateRange end)
俩个时间区间取交集
|
static List<DateTime> |
DateUtil.rangeNotContains(DateRange start,
DateRange end)
俩个时间区间取差集(end - start)
|
Copyright © 2024. All rights reserved.