Strapi plugin logo for Date Range Picker

Date Range Picker

Allows to pick date range in one field.

thumbnail for Date Range Picker

Strapi plugin - date-range-picker BETA

Strapi Custom Field for Date Range

GitHub - npm

How to use?

install npm package

npm i strapi-date-range-picker-plugin

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

config/plugins.js

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

npm run build --clean

It's ready.

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

Watch the video:

video-convert-1697204432099.webm

image

Install now

npm install strapi-date-range-picker-plugin

STATS

No GitHub star yet8 weekly downloads

Last updated

164 days ago

Strapi Version

4.15.4 and above

Author

github profile image for Muammer K. a Strapi developer
Muammer K. a Strapi developer

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.