I have a variable test_date which I have put into %td, which is a list of dates (DD/MM/YYYY).
There are some errors in the data in that for some of the dates the years are not 2020 (i.e. all the dates included in the analysis should be in 2020). How do I code to make all the dates that are not based in 2020 (i.e. 23/02/1967) to be changed into 2020 (i.e. 23/02/1967 is changed into 23/02/2020)?
There are some errors in the data in that for some of the dates the years are not 2020 (i.e. all the dates included in the analysis should be in 2020). How do I code to make all the dates that are not based in 2020 (i.e. 23/02/1967) to be changed into 2020 (i.e. 23/02/1967 is changed into 23/02/2020)?

Comment