Format date
static String date(DateTime date) { final formatter = DateFormat(TFormats.currentDateFormat); return formatter.format(date); }