hookActionCustomerFormBuilderModifier
There is an SQL query to the age checkdate table.
Here you can edit the code to return a different date.
$getAgeDate = Db::getInstance()->getValue('SELECT agecheckdate ....... if ($getAgeDate == '0000-00-00' OR $getAgeDate == ''){ $getAgeDate = '2021-01-01'; }