Datatable column update using Foreach in lambda expression is throwing an error

@mbalaji1985
Have a look on edited XAML here:
mbalaji1985_II.xaml (7.7 KB)
please crosscheck the formats e.g. day and month are in the right order

Date conversion were finally done with:
r.SetField(Of String)(“Start time”,Date.ParseExact(r(“Start time”).ToString(),“M/d/yyyy hh:mm:ss tt”, CultureInfo.InvariantCulture).ToString(“M/d/yyyy”)

1 Like