DateTimePicker.TextAfterHalfYear

Syntax

TextAfterHalfYear: String

Description

The TextAfterHalfYear property sets the text that is displayed in the input box after the half year value.

Comments

The half-year 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 TextAfterHalfYear property in order to change the text in the input box after the half year value:

DTP.setTextAfterHalfYear(half year)

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

DateTimeEdit: {TextAfterHalfYear:  half year}

See also:

DateTimePicker