This demo demonstrates the ASPxDateEdit and ASPxTimeEdit capability of date- and time-editing.
The ASPxDateEdit allows end-users to edit the date and time by using either the drop-down calendar with the time section or manually within the edit box. The time section is optional and can be displayed using the TimeSectionProperties.Visible property.
The ASPxTimeEdit's value can be manually modified within the editor's edit box or by using specific spin buttons.
To specify how editor values are represented within edit boxes, the EditFormat property is used. For display and edit purposes, the edited value can be formatted as a date (EditFormat.Date), as a time (EditFormat.Time), as a date with time (EditFormat.DateTime), or in a custom format (EditFormat.Custom). If the editor's format is specified as custom, the EditFormatString property is used to specify the format pattern of the editor's value.
The DisplayFormatString property allows you to specify the display view format within the edit box (when the editor is not focused).
The UseMaskBehavior property is useful to enable/disable masked input within the ASPxDateEdit.