Formats the DateTime object using the yMMMd format and optional locale.
String formatAsyMMMd([String? locale]) => DateFormat.yMMMd(locale).format(this);