In an attempt to turn a date with a format of \"mm/dd/yyyy hh:mm:ss PM\" into military time, the following replacement of a row value does not seem to take. Eve
\"mm/dd/yyyy hh:mm:ss PM\"
Try
row["adate"].Text = oos.ToString("MM/dd/YYYY HH:mm");