max

Calendar Properties for more information on user selection editing.

Specifies the latest date available to select on the Calendar. Script that uses the max property should be placed on the Calendar component. See Add Component Script for more information.

Type

Date

Example

Calendar1.max = CALC.today();
Calendar1.min = dateAdd('yyyy',-1,CALC.today()); // 1 year ago

Either syntax below can be used in component script:

max               // unqualified
Calendar1.max     // qualified