Problem:

Converting the dates listed in column A into the corresponding day and month of the current year.

Solution:

Use the DATE, YEAR, TODAY, MONTH, and DAY functions as shown in the following formula:
=DATE(YEAR(TODAY()),MONTH(A2),DAY(A2))