String format({String format = 'dd/MM/yyyy', String? locale}) { DateFormat formatter = DateFormat(format, locale); return formatter.format(this); }