This date-range-picker plugin allows you to select a data range in one CustomField instead of adding two seperate date field.
released May 24, 2025
npm install strapi-date-range-picker-5This 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
Watch the video:

--
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.
Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
