hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.57k stars 658 forks source link

Fix/single day range #587

Open PhillipChaffee opened 1 year ago

PhillipChaffee commented 1 year ago

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

Description

The way the calendar currently works is to always return the start and end dates of a range with the time 00:00:00.

I think it is more intuitive to return the end date with a time of 23:59:59. Users would expect the end date they selected to be included in the range.

This would fix this issue and make the calendar more intuitive IMO.

Related Issue: #546