Strapi plugin logo for Date Range Picker 5

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.

thumbnail for Date Range Picker 5

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

1module.exports = () => ({
2    // ..
3    'strapi-date-range-picker-5': {
4        enabled: true,
5      },
6    //..
7});

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.

Install now

npm install strapi-date-range-picker-5

STATS

3 GitHub stars122 weekly downloads

Last updated

7 days ago

Strapi Version

5.13.0 and above

Author

github profile image for Muammer Keles
Muammer Keles

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.