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