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