CurrentRow("Date of Registration")=DateTime.ParseExact(CurrentRow("Date of Registration").ToString, "dd-MM-yyyy HH:mm", System.Globalization.CultureInfo.InvariantCulture).ToString("dd/MM/yy HH:mm")
Change Dates column name with your column name
and then you could use write cell aur write range to write the data back to the excel
your output result