My date is 2-1-2020 (2nd Jan 2020), I m struggling to convert it to Date format as after converting this I need to get which day falls on this date (That Solution i have)
So my main concern is how to convert this string to date.
Please note my system setting or date format is mm/dd/yyyy so today is 01/22/2020 for me.
"Fixed Date : " + Datetime.parseexact(“1-2-2020”,“MM-dd-yyyy”,system.globalization.cultureinfo.invariantculture).ToString(“dd/MM/yyyy”)
Really need help as I tried all methods mentioned here at UiPath forum.
Thanks