Hello, I have a project that was working perfectly fine until today.
Suddenly it doesn’t recognize a date time format (dd/mm/yyyy) and therefore the DateTime.Parse stopped working.
I know that I can specify with ParseExact, but I was wondering why did it suddenly not working? can anyone help me out finding how to set the default CultureInfo or am I even missing the point?
Basically, DateTime.Parse(inputString) doesn’t accept dd/MM/yyyy format in UiPath.
So. can you share your exact expression and where and how the input string come from?
Is it from excel worksheet? if so. it may be caused by cell format.