Class DateColumn.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.columns.DateColumn.Attributes
-
- Enclosing interface:
- DateColumn<C extends DateColumn<C>>
public static final class DateColumn.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATE_FORMATThe format for the date displayed.static StringDATE_TIME_SEPARATORThe string that separates the date and time parts to be displayed such as' @ 'inJuly 1, 2020 @ 10:49 AM CDT.
-
-
-
Field Detail
-
DATE_FORMAT
public static final String DATE_FORMAT
The format for the date displayed. SeeDateFormatTypesandDateColumn.TimeZoneFormatSuffixes.- See Also:
- Constant Field Values
-
DATE_TIME_SEPARATOR
public static final String DATE_TIME_SEPARATOR
The string that separates the date and time parts to be displayed such as' @ 'inJuly 1, 2020 @ 10:49 AM CDT.- See Also:
- Constant Field Values
-
-