formatDate static method

String formatDate(
  1. DateTime date
)

Implementation

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