support custom date format parse

This commit is contained in:
Looly
2021-06-25 23:05:54 +08:00
parent 2f4544bc23
commit 85e9bc11c2
5 changed files with 69 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 CsvWriter增加writeBeans方法pr#345@Gitee
* 【core 】 新增JAXBUtilpr#346@Gitee
* 【poi 】 ExcelWriter新增setColumnStyleIfHasData和setRowStyleIfHasDatapr#347@Gitee
* 【json 】 用户自定义日期时间格式时,解析也读取此格式
### 🐞Bug修复
* 【json 】 修复XML转义字符的问题issue#I3XH09@Gitee