mullema / k3-date-format
Example for date format change in the date field and it's structure field preview.
Installs: 1 411
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 0
Open Issues: 1
Language:CSS
Type:kirby-plugin
Requires
This package is auto-updated.
Last update: 2023-05-28 10:43:08 UTC
README
The Plugin changes the format to DD.MM.YYYY for the date field
and it's structure field preview
.
With this example it should be easy to adapt the format to your needs.
dayjs is used to work with dateformats https://github.com/iamkun/dayjs
Tested with Kirby 3.0
Screenshot
Installation
Download
Download and copy this repository to /site/plugins/k3-date-format
Git submodule
git submodule add https://github.com/mullema/k3-date-format.git site/plugins/k3-date-format
Composer
composer require mullema/k3-date-format