add method for DateUtil

This commit is contained in:
Looly
2020-02-28 14:28:58 +08:00
parent 154786ebe0
commit 00b632df99
3 changed files with 15 additions and 14 deletions

View File

@@ -8,9 +8,11 @@
### 新特性
* 【poi 】 Excel合并单元格读取同一个值不再为空
* 【core 】 增加EscapeUtil.escapeAllissue#758@Github
* 【core 】 增加formatLocalDateTime和parseLocalDateTime方法pr#97@Gitee
### Bug修复
* 【core 】 修复EscapeUtil.escape转义错误issue#758@Github
* 【core 】 修复Convert.toLocalDateTime(Object value, Date defaultValue)返回结果不是LocalDateTime类型的问题pr#97@Gitee
-------------------------------------------------------------------------------------------------------------