Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 8c19c11

Browse files
committed
Fix date formats
1 parent 6102afd commit 8c19c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ collections:
4848
# editor:
4949
# preview: true
5050
fields:
51-
- { label: 'Created Date', name: 'createdAt', widget: 'datetime', format: "YYYY-MM-DD", date_format: "YYYY-MM-DD", time_format: false }
51+
- { label: 'Created Date', name: 'createdAt', widget: 'datetime', format: "yyyy-MM-dd", date_format: "yyyy-MM-dd", time_format: false }
5252
- { label: 'Title', name: 'title', widget: 'string', required: true }
5353
- { label: 'Description', name: 'description', widget: 'string', required: false }
5454
- { label: 'Body', name: 'body', widget: 'markdown', required: false }

0 commit comments

Comments
 (0)