Run the following query:
Code:
UPDATE xf_user_option SET show_dob_year = 0;
Code:
UPDATE xf_user_option SET show_dob_date = 0;
I didn't run these, but I know that is the correct table / field. If you get an error, try wrapping 0 in single quotes (0 => '0')