dateFormatType property

String? dateFormatType
getter/setter pair

Localized date formatting option.

Field values are rendered in this format according to their locale. Possible string values are:

  • "DATE_FORMAT_UNSPECIFIED" : Date format unspecified.
  • "LONG_DATE" : Includes full month name. For example, January 12, 1999 (MMMM d, y)
  • "SHORT_DATE" : Short, numeric, representation. For example, 12/13/99 (M/d/yy)

Implementation

core.String? dateFormatType;