Formats the date using a custom pattern
String formatCustom(String pattern, [String locale = 'en_US']) { return DateFormatters.formatCustom(this, pattern, locale); }