mullema/k3-date-format

This package is abandoned and no longer maintained. No replacement package was suggested.

Example for date format change in the date field and it's structure field preview.

Installs: 1 403

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 1

Language:CSS

Type:kirby-plugin

1.0.2 2022-12-28 09:41 UTC

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

Datefield

StructureField

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