formatDDMMYYYY property
String
get
formatDDMMYYYY
Implementation
String get formatDDMMYYYY {
return DateFormat('dd/MM/yyyy').format(this);
}
String get formatDDMMYYYY {
return DateFormat('dd/MM/yyyy').format(this);
}