min

Calendar Properties for more information on user selection editing.

Specifies the earliest date available to select on the Calendar. Script that uses the min 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:

min               // unqualified
Calendar1.min     // qualified