added more date formats
This commit is contained in:
parent
80f68327de
commit
c9495f4b5d
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue