How to allow maxDate and minDate to be equal on Bootstrap DateTimePicker?
问题 In order to create a report, I need to be able to choose the same starting and ending date. I'm able to do that, but only on the first time that I pick the maxDate. After that I can't pick the same value of the minDate as maxDate. E.g: Browser opens up. I choose 01/01/2020 as starting date (minDate). I choose 01/01/2020 as ending date (maxDate). I change ending date to 02/01/2020. Now I'm unable to pick '01/01/2020' as ending date again. I need to be able to select the same moment for minDate