Skip to content

This date-range-picker plugin allows you to select a data range in one CustomField instead of adding two seperate date field.

Notifications You must be signed in to change notification settings

muammerkeles/strapi-date-range-picker-5

Repository files navigation

date-range-picker-5

This date-range-picker plugin allows you to select a data range in one CustomField instead of adding two seperate date field.

Strapi Custom Field for Date Range

GitHub - npm

Watch the video:

example

image

--

How to use?

install npm package

npm i strapi-date-range-picker-5

(create file plugins.js if not existing inside config folder)

config/plugins.js then add this code inside plugins.js

module.exports = () => ({
    // ..
    'strapi-date-range-picker-5': {
        enabled: true,
      },
    //..
});

npm run build --clean

It's ready.

This date-range-picker-5 plugin allows you to select a data range in one CustomField instead of adding two seperate field.

About

This date-range-picker plugin allows you to select a data range in one CustomField instead of adding two seperate date field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published