I would like to ask how to restrict the mindate/maxdate from a selected date.
For example, I have two datepicker, picker_A and picker_B.
I selected 2020/01/29 in picker_A. Then, I need to restrict the date range in picker_B to allow only 10 days before/after "2020/01/29" can be selected in picker_B.
Thank you very much.