formatAsMEd method

String formatAsMEd([
  1. String? locale
])

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

Implementation

String formatAsMEd([String? locale]) => DateFormat.MEd(locale).format(this);