formatDateTimeLong method

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

Formats date and time together in long format

Implementation

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