DateEdit

DateEdit
The DateEdit class provides a date editor. DateEdit allows the user to edit dates by using the keyboard or the arrow keys to increase/decrease date values. The arrow keys can be used to move from section to section within the DateEdit box. Dates appear in accordance with the local date/time settings or in year, month, day order if the system doesn't provide a local date order.
  • date : Date; This property holds the editor's date value. The default is today.

  • label : String; The label for the date.

  • maximum : Date; This property holds the editor's maximum value. The default maximum date is 8000-12-31.

  • minimum : Date; This property holds the editor's minimum value. The default minimum date is 1752-09-14.

  • order : Order; This property holds the order in which the year, month and day appear. The default order is locale dependent.

  • tooltip : String; This property holds the tool tip (balloon help) for the widget.

  • whatsThis : String; This property holds a simple description of the widget.