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