Hey Guys,
This has been beaten quite a bit but I am seeing the following using dateTime.parseexact function
when I use the following to convert string to date
DateTime.ParseExact(“10/09/2024”,“mm/dd/yyyy”,System.Globalization.CultureInfo.InvariantCulture)
I get the following response
01/09/2024 00:10:00
I am not adding the hh:mm format anywhere in conversion. You may notice that it tacked the 10-month to the minute section