A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
First, work on a copy of your workbook. Then delete your existing pivot table. Make sure that there are no non-date values in your column - a single cell that has text - even an extra space - rather than an actual date will often mess up the pivot table field.
You can add a column of formulas like
=ISERROR(YEAR(A2))
and then filter to show TRUE results to isolate the date errors.
Once you are absolutely certain that you only have dates in that field, re-build your pivot table. And keep your fingers crossed while you do it.