getCurrentDate static method

String getCurrentDate()

Implementation

static String getCurrentDate() {
  return DateFormat('dd/MM/yyyy').format(DateTime.now());
}