Formats the date in short format (e.g., "12/1/2025")
String formatShort([String locale = 'en_US']) { return DateFormatters.formatDateShort(this, locale); }