DateTimePicker.TextAfterWeek

Syntax

TextAfterWeek: String

Description

The TextAfterWeek property sets text to be shown in the entry box after week value.

Comments

The -th week 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 TextAfterWeek property in order to change the text in the input box after the week value:

DTP.setTextAfterWeek(week);

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

DateTimeEdit: {TextAfterWeek:  week}

See also:

DateTimePicker