formatAsMMMd method

String formatAsMMMd([
  1. String? locale
])

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

Implementation

String formatAsMMMd([String? locale]) => DateFormat.MMMd(locale).format(this);