I'm trying to set the minDate to 100 years ago 1922-01-01 but it seems like it has a limit for minDate property.
My code is:
DOB.hijriDatePicker({
format: 'YYYY-MM-DD',
hijriFormat: 'iYYYY-iMM-iDD',
maxDate: 'now',
minDate: '1910-01-01',
hijri: dateType.val() === '{{ ConditionChoices.DATE_TYPE_HIJRI }}',
showSwitcher: false,
})