formatDateTimeToDate static method

String formatDateTimeToDate(
  1. DateTime date
)

Implementation

static String formatDateTimeToDate(DateTime date) {
  return DateFormat.yMd(Get.locale!.toLanguageTag()).add_jm().format(date);
}