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
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.