Hi everyone, i got struck in date conversion.
I have a Excel and it have some dates and i need to look for today date in that but I’m unable to match it. Can anyone help me
Code which I’m using is :
DateTime.ParseExact(CurrentRow(0).ToString, “MM/dd/yyyy”,System.Globalization.CultureInfo.InvariantCulture)
But this is not working it is throwing error like string is not valid date time