Allows to pick date range in one field.
Strapi Custom Field for Date Range
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
1module.exports = {
2 // ...
3 'strapi-date-range-picker-plugin': {
4 enabled: true
5 },
6 // ...
7 }
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:
npm install strapi-date-range-picker-plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.