Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
I used a combination of DateTimeParse(1) and DateTimeFormat(2) to extract the results in date as well as string format. Then used results from (1) in sort order so that results are sorted in dates instead of alphabetical order. Finally Used the select tool to only include results in (2) in string format to get the Holidays!
Hope this is also a right way of approach. Thanks!!