DateUtil 日期时间转换

it2023-07-24  74

一天的开始时间

Date beginOfDay = DateUtil.beginOfDay(date);

一天的结束时间

Date endOfDay = DateUtil.endOfDay(date);
最新回复(0)