DateTimePicker.TextAfterQuarter

Syntax

TextAfterQuarter: String

Description

The TextAfterQuarter property sets the text that is displayed in the input box after the quarter value.

Comments

The quarter text is set by default.

Example

To execute the example, create the DateTimePicker component (see Example of Creating the DateTimePicker Component) named DTP. Use the TextAfterQuarter property in order to change the text in the input box after the quarter value:

DTP.setTextAfterQuarter(quarter);

It is possible to set the property value by the JSON object in the following way:

DateTimeEdit: {TextAfterQuarter:  quarter}

See also:

DateTimePicker