dformat method

String dformat()

Implementation

String dformat() {
  return DateFormat('dd/MM/yyyy').format(this);
}