Returns a formatted string representation of the given DateTime.
String formatDatetime(DateTime dateTime) { return "${dateTime.day}.${dateTime.month}.${dateTime.year} ${dateTime.hour}:${dateTime.minute}"; }