a small customised react date picker library
npm install custom-reactdatepickerA small Node.js package that is used to pick a date
First, install the package using npm:
npm install react-datepicker
Then, require the package and use it like so:
const Datepicker = require('react-datepicker);
MIT License