Parse a formatted string to DateTime Requires the same format used when formatting
DateTime toDateTime({String format = 'EEE, dd MMM'}) { return DateFormat(format).parse(this); }