mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 04:35:14 +08:00
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
This commit is contained in:
commit
cb0645dff9
@ -31,7 +31,7 @@ import java.util.stream.Collectors;
|
||||
* 日期时间工具类
|
||||
*
|
||||
* @author xiaoleilu
|
||||
* @see LocalDateTimeUtil java8日志工具类
|
||||
* @see LocalDateTimeUtil java8日期工具类
|
||||
* @see DatePattern 日期常用格式工具类
|
||||
*/
|
||||
public class DateUtil extends CalendarUtil {
|
||||
|
@ -14,7 +14,7 @@ import java.util.Date;
|
||||
import java.util.TimeZone;
|
||||
|
||||
/**
|
||||
* JDK8+中的{@link LocalDateTime} 工具类封装
|
||||
* JDK8+中的{@link LocalDateTime}工具类封装
|
||||
*
|
||||
* @author looly
|
||||
* @see DatePattern 常用格式工具类
|
||||
|
Loading…
Reference in New Issue
Block a user