Hi All,
I am trying to change the date format to 6/14/2024 from 6/14/2024 7:13 AM using below
DateTime.ParseExact(date_row, “M/dd/yyyy H:mm:ss”, System.Globalization.CultureInfo.InvariantCulture).ToString(“M/d/yyyy”)
where date_row= 6/14/2024 7:13 AM but not getting desired result