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