Field Order property

This property is used when creating Split Datepickers.

This property indicates the order in which the Combo fields will be displayed. The possible values are aligned with the Date format property of the GeneXus language: Year/Month/Day, Month/Day/Year, Day/Month/Year.

Possible values are:

  • Default - Language Default: The order will be set as defined in the language.
  • DMY - Day/Month/Year (31/12/2019)
  • YMD - Year/Month/Day (2019/12/31)
  • MDY - Month/Day/Year (12/31/2019)

If setting this property in runtime, the developer can use the K2BTools.ControlTypes.SplitDatepicker.DateFieldOrder domain.