static String formatDate(DateTime dateTime, {String format = 'yyyy-MM-dd'}) { return DateFormat(format).format(dateTime); }