static String toStringDisplay(DateTime dateTime) { try { return DateFormat(kDateDisplayFormat).format(dateTime); } catch (e) { return ''; } }