Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
react-range-picker
Advanced tools
React Js based date/range picker. With this picker user can select date or range in the single calander not like other pickers which gives you two calander to pick start date and end date.
React Js based date/range picker, unlike other range pickers it uses single calendar to select the range. Click here to see it in action
$ npm i react-range-picker --save
import RangePicker from "react-range-picker"
<RangePicker/>
API | Type | Description |
---|---|---|
defaultValue | object | set default values for the calendar - {startDate: Date, endDate: Date} |
onDateSelected | function | gets called each time date/time gets selected (params - startDate, startDate) |
onClose | function | gets called when calendar closes or ok/select button is pressed |
closeOnSelect | boolean | if true picker will hide on select of a date or range (default false) |
disableRange | boolean | if true user can select only one date (default false) |
selectTime | boolean | if true, time select will show up on date select (default false) |
rangeTillEndOfDay | boolean | if true, then second selected date for range will have time of end of the day (11.59 PM) else it will have time of start of the day (12:00 AM) |
placeholder | function => ReactComponent | change placeholder, placeholder function will recieve following object as param - {startDate (date object),endDate (date object)} |
placeholderText | string | replaces placeholder default text |
dateFormat | string | format of placeholder date |
footer | function => ReactComponent | change footer, footer function will recieve following object as param - {startDate (date object), endDate (date object),today (function) - to select today's date, close (function) - closes the calendar and calls, onClose callback passed by user} |
Followings are the variables for the date format.
dd
- dateDD
- day shortDDDD
- day fullmm
- monthMM
- month shortMMMM
- month fullyyyy or YYYY
- full yearh
- hoursmi
- minutesa
- lowercase period (am),A
- capital period (AM)FAQs
React Js based date/range picker. With this picker user can select date or range in the single calander not like other pickers which gives you two calander to pick start date and end date.
We found that react-range-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.