generalLongDateFormat top-level property
DateFormat
generalLongDateFormat
final
The long-form date-format to use to display dates to the user. eg "Jan 19, 2021" Note this does not include the time or timezone information.
Implementation
final DateFormat generalLongDateFormat =
DateFormat.yMMMd(Intl.getCurrentLocale());