Table of Contents

O4WTimePicker routine

Description

Creates a "time picker" control.

Syntax

O4WTimePicker( text, size, show24, showSeconds, name, id, styleInfo )

Parameters

The function has the following parameters:

ParameterDescription
textA formatted time.
sizeSize in characters of the text box portion of the time picker.
show24Boolean. Set to TRUE to display a 24 hour clock. Set to FALSE to display a 12 hour clock.
showSecondsBoolean. Set to TRUE to display seconds when selecting the time.
nameThe name of the time picker. This is the input name tag.
idThe name of the time picker for style purposes.
styleWhen specified, the style is applied to the text box that is generated. Note that style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions.

See Also

O4WDatePicker routine