My main problem is how would you write the "3 years/ 5 years" I have the date which is the expiry_date. I need to know if this date is between 3 and 5 years old. Hope the question makes sense :)
if expiry_date > 3 years && expiry_date < 5 years
The expiry_date is just a Date format