InputTime
The InputTime control extends the ComboBox class to allow easy entry and editing of time values.
The main properties in the InputTime control are:
- value: Gets or sets the currently selected time.
- min, max, step: Determine the times shown in the control's drop-down list.
- format: Gets or sets the format string used to display and parse time values.
- isEditable: Determines whether users should be allowed to enter time values not shown on the drop-down list.
The InputDate and InputTime controls can be used separately or together, to edit the date and time information in Javascript Date objects.
The current date/time is: Tuesday, April 8, 2025 5:00:00 PM.