Zend certified PHP/Magento developer

Magento 2 date picker validation

Does anyone know how to restrict past day selection in magento 2 date picker using JS mixing.

This is the frontend HTML Block That We Copied from the browser.

<input class="input-text _has-datepicker" type="text" data-bind="
hasFocus: focused,
datepicker: { storage: value, options: options },
attr: {
    id: uid,
    value: value,
    name: inputName,
    placeholder: placeholder,
    'aria-describedby': getDescriptionId(),
    'aria-required': required,
    'aria-invalid': error() ? true : 'false',
    disabled: disabled
}" id="OA2254" value="" name="oa_date" aria-required="true" aria-invalid="false" autocomplete="on">