Skip to content

Commit

Permalink
change date format
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Dec 28, 2024
1 parent 39a9ee1 commit 7cf471d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/_assets/public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ collections:
name: "date"
widget: "datetime"
default: "{{now}}"
date_format: "DD.MM.YYYY"
format: "l"
format: "YYYY-MM-DD"
picker_utc: false
- name: "examples" # Used in routes, e.g., /admin/collections/blog
label: "Examples" # Used in the UI
Expand Down Expand Up @@ -107,6 +106,5 @@ collections:
name: "date"
widget: "datetime"
default: "{{now}}"
date_format: "DD.MM.YYYY"
format: "l"
format: "YYYY-MM-DD"
picker_utc: false

0 comments on commit 7cf471d

Please sign in to comment.