DateTime parseDate({String format = "dd/MM/yyyy"}) { var frmt = DateFormat(format); return frmt.parse(this); }