generalLongDateTimeFormat top-level property
DateFormat
generalLongDateTimeFormat
final
The long-form date-format to use to display date-times to the user: eg "Jan 19, 2021 22:23:24" Note this does not include timezone information.
Implementation
final DateFormat generalLongDateTimeFormat =
DateFormat.yMMMd(Intl.getCurrentLocale()).add_Hms();