1) takes the Latest_Hire_Date and replace the year with the current year
2) If the resulting date is less than the current date then add a year to that date, otherwise leave it the way it is.
Example: 1
Latest Hire Date: 2/2/08
New Result: 2/2/10
Example 2
Latest Hire date: 9/8/73
New Result: 9/8/09
Thank you
2) If the resulting date is less than the current date then add a year to that date, otherwise leave it the way it is.
Example: 1
Latest Hire Date: 2/2/08
New Result: 2/2/10
Example 2
Latest Hire date: 9/8/73
New Result: 9/8/09
Thank you