It's beginning to look a lot like...Advent of Code! Get in the holiday spirit by learning how you can participate in this friendly competition and earn a seasonal badge.
I used RegEx parse tool but found it didn't work quite as expected. I used an "|" (OR) between all of the different regex date expressions, but found that when using \d{1,2} it didn't work. Not sure why. Just added an additional \d{1| and \d{2} to make it work.