formatAsMd method

String formatAsMd([
  1. String? locale
])

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

Implementation

String formatAsMd([String? locale]) => DateFormat.Md(locale).format(this);