static String getFullDateDashedFormat(DateTime dateTime) { var formatter = DateFormat('dd-MM-yyyy'); return formatter.format(dateTime.toLocal()); }