getShowTime (Client API reference)

Get whether a date control shows the time portion of the date.

Control types supported

standard control for datetime columns.

Syntax

formContext.getControl(arg).getShowTime();

Return Value

Type: Boolean

Description: true if shows the time portion of the date; false otherwise.

setShowTime