Convert date with abbrev month to datetime

Hi @Destiny_Malone

Try this way,

Str variable = DateTime.ParseExact("Yourinput",{"MMM dd, yyyy"},System.Globalization.CultureInfo.InvariantCulture,System.Globalization.DateTimeStyles.None).ToString("MM/dd/yyyy")

If you have more input format means you can add in the array

Regards,
Gowtham K