Skip to content

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

Description

@diva-smriti

$("#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")
        });
       
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions