balbarak / bootstrap-hijri-datepicker

Bootstrap Hijri Date picker
MIT License
56 stars 53 forks source link

Min date is not working based on the selection of the other date picker #34

Open diva-smriti opened 2 years ago

diva-smriti commented 2 years ago

$("#DateFrom").on('dp.change', function (event) {

        $("#DateTo").hijriDatePicker({

            locale: "ar-sa",
            hijri: true,
            format: "dd-mm-yyyy",
            hijriFormat: "iDD-iMM-iYYYY",
            showSwitcher: false,
            maxDate: todayDate,
            minDate: event.date.format("YYYY/MM/DD")
        });

    });