Skip to content

Commit d7c15ff

Browse files
authored
Change date format from 'date' to 'datetime' (#818)
1 parent b2200bd commit d7c15ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/bench-cmp-lib.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ const arraySchemaAJVJTD = {
8484
const dateFormatSchema = {
8585
description: 'Date of birth',
8686
type: 'string',
87-
format: 'date'
87+
format: 'datetime'
8888
}
8989

9090
const dateFormatSchemaCJS = {
9191
description: 'Date of birth',
9292
type: 'string',
93-
format: 'date'
93+
format: 'datetime'
9494
}
9595

9696
const obj = {

0 commit comments

Comments
 (0)