add_filter('wpcf7_custom_date', 'custom_date_filter', 10, 2);
add_filter('wpcf7_custom_date*', 'custom_date_filter', 10, 2);
These filter names should be wpcf7_validate_custom_date and wpcf7_validate_custom_date* respectively.
add_filter('wpcf7_custom_date', 'custom_date_filter', 10, 2);
add_filter('wpcf7_custom_date*', 'custom_date_filter', 10, 2);
These filter names should be wpcf7_validate_custom_date and wpcf7_validate_custom_date* respectively.