fix: The date data in ISO 8601 format is throwing Invalid date on table widget (#10190)

-- Fix on wrong ISO8601 format token
This commit is contained in:
Paul Li 2022-01-06 17:11:40 +08:00 committed by GitHub
parent ac14726750
commit 7992efae4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ export default [
},
{
label: "ISO 8601",
value: "YYYY-MM-DDTHH:mm:ss.sssZ",
value: "YYYY-MM-DDTHH:mm:ss.SSSZ",
},
{
label: "YYYY-MM-DDTHH:mm:ss",
@ -374,7 +374,7 @@ export default [
},
{
label: "ISO 8601",
value: "YYYY-MM-DDTHH:mm:ss.sssZ",
value: "YYYY-MM-DDTHH:mm:ss.SSSZ",
},
{
label: "YYYY-MM-DDTHH:mm:ss",