formatDateTimeShort method

String formatDateTimeShort([
  1. String locale = 'en_US'
])

Formats date and time together in short format

Implementation

String formatDateTimeShort([String locale = 'en_US']) {
  return TimeFormatters.formatDateTimeShort(this, locale);
}