toDateTimeString method

String toDateTimeString()

Implementation

String toDateTimeString() {
  return dateFormat(DateFormats.full);
}