uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.67k stars 6.07k forks source link

Iinput-daterange and "todayHighlight" options #1849

Open gaer87 opened 8 years ago

gaer87 commented 8 years ago

Hi! We find strange behavior when be using date-range and "todayHighlight" options. If start date is "01/03/2016" and stop date is "31/03/2016" and today is "06/04/2016". If choose stop date in today ("06/04/2016") then stop date will be equal "06/05/2016" but not "06/04/2016". If don't use "todayHighlight" options, then stop date will be setted normal.

rcdl commented 8 years ago

Similar problem here, but i'm not using date-range just "todayHighlight". If i don't use "todayHighlight" it works fine.