static String formatHourAndMinute(DateTime date) { return format(date, [TdDateTimePickerMode.hourAndMinute]); }