I set the minDate(2019-06-21) and maxDate(today) when initialize the "From" and "To" datetimepickers. When select time interval to month, Will format the datetimepicker to "MMM YYYY". Then I only can select Jul in the calendar widget although the Jun is also active and should be selectable.
But if I add "useCurrent: false" in the datetimepicker initialization code, the calendar will allow user to select Jun only but not Jul.
code is here:
enter code here
https://jsfiddle.net/srcuz3fm/
Since the minDate is Jun 21, 2019 and maxDate is today(7/23/2019), it should all user to select either Jun or Jul from the calendar widget no matter the useCurrent is true or false.