I am aware of the standard procedure for displaying a DateTime in a custom format, like so:
DateTime
MessageBox.Show(dateSent.ToString(\"dd/MM/yyyy hh:mm:s
You can still use
variableName.Value.ToString(customFormat);