jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

Range of one day #78

Closed mkopara closed 2 years ago

mkopara commented 2 years ago

Instead of using SingleDatePicker option, it should be possible to select a range of a single day and not two days minimum. It seems it is not possible to do that now.

It is possible to set startdate to be equal to enddate, but it is not possible to select a custom one.