This is what my folder.yaml
(partially) looks like:
title: 'Posts'
order: date
fieldset: collections/posts
...
columns:
-
value: title
display: Post title
-
value: date
display: Published on
...
In the collection overview in the control panel, the date column shows as YYYY/M/DD
, but I'd like it to be displayed as 07 May 2020
. I'd like it even more if it could be localised into Dutch: 7 mei 2020
.
How would I go about doing this?