Hi Abhilash,
Your code has worked well but there is one more thing. How can I return only distinct records for the dates. I have a delimited string with numerous records for the same year.
2011, 2011, 2011, 2012, 2012, 2013, 2013, 2013.
I would like to return:
2011, 2012, 2013