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