Class DateRangeField.Attributes

java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.fields.DateRangeField.Attributes
Enclosing interface:
DateRangeField<F extends DateRangeField<F>>

public static final class DateRangeField.Attributes extends Object
  • Field Details

    • START_DATE

      public static final String START_DATE
      The start date to be displayed.
      See Also:
    • END_DATE

      public static final String END_DATE
      The end date to be displayed.
      See Also:
    • DATE_RANGE_SEPARATOR

      public static final String DATE_RANGE_SEPARATOR
      The string that separates the start and end date of a range to be displayed such as ' - ' in 06/01/2025 - 06/15/2025.
      See Also: