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.