一天的开始时间
Date beginOfDay = DateUtil.beginOfDay(date);
一天的结束时间
Date endOfDay = DateUtil.endOfDay(date);