String dateToStr(DateTime d, {String f = 'yyyy-MM-dd'}) { DateFormat df = DateFormat(f); return df.format(d); }