added more date formats

This commit is contained in:
Claudio Atzori 2021-05-28 10:43:08 +02:00
parent 80f68327de
commit c9495f4b5d
1 changed files with 2 additions and 1 deletions

View File

@ -309,7 +309,8 @@ public class ModelSupport {
"yyyy-MM-dd'T'hh:mm:ss.SSS'Z'",
"yyyy-MM-dd'T'hh:mm:ss'Z'",
"yyyy-MM-dd hh:mm:ss'Z'",
"yyyy-MM-dd hh:mm:ss"
"yyyy-MM-dd hh:mm:ss",
"yyyy-MM-dd"
};
private ModelSupport() {