longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

swapTime working not as expected #440

Open cratu opened 6 years ago

cratu commented 6 years ago

swapTime option is on.

when I open calendar and select 16.06.2018 (DD.MM.YYYY) for example, then 15.06.2018 finaly I have range: 15.06.2018 00:00 - 16.06.2018 23:59, that looks good then I'm again chose 16 then 15 Jule and get 15.06.2018 23:59 - 16.06.2018 00:00, that look strange

I think swapTime option must change time when end time less than start time, when dates chacked in asc order?