formatAsyMEd method

String formatAsyMEd([
  1. String? locale
])

Formats the DateTime object using the yMEd format and optional locale.

Implementation

String formatAsyMEd([String? locale]) => DateFormat.yMEd(locale).format(this);