static DateTime parseDate(String dateString, String format) { return DateFormat(format).parse(dateString); }