DateTimePicker.ShowTime

Syntax

ShowTime: Boolean

Description

The ShowTime property determines whether the date is displayed in the component.

Comments

The false value is set by default that is the time is not displayed.

Example

To execute the example, on the HTML page place the DateTimePicker component (see Example of Creating the DateTimePicker Component). Set the True value for the ShowTime property:

ShowTime: true

 

After executing the example the component input box shows the current time, fields for entering hours and minutes become available in the calendar, and the current time value is set in these fields.

See also:

DateTimePicker