Issue identifying DateTime Format from String in C# Automation script
8th January 2024
Hello Dojo Community ! I’m currently working on a C# script where I need to parse a string into a DateTime object. I’ve tried using DateTime.TryParseExact with multiple date formats, …