Formats date and time together in short format
String formatDateTimeShort([String locale = 'en_US']) { return TimeFormatters.formatDateTimeShort(this, locale); }