toDMYYYYString method

String toDMYYYYString()

Implementation

String toDMYYYYString() {
  return "$day/$month/$year";
}