String formatLocalized({String? pattern = 'dd/MM/yyyy'}) { final dateFormat = DateFormat(pattern); return dateFormat.formatLocalized(this); }