DateTimePicker.TextAfterMonth

Syntax

TextAfterMonth: String;

Description

The TextAfterMonth property sets text to be shown in the entry box after month value.

Comments

Text is not set by default.

Example

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

DTP.setTextAfterMonth(month);

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

DateTimeEdit: {TextAfterMonth:  month}

See also:

DateTimePicker