Sets the value of the Date field Maximum Value property. Form users cannot enter a date in the Date field that is later than the Maximum Value.
Specifies the unique identifier of a Date field.
Specifies the value to use as a maximum, expressed as a date string (for example, 05/20/2014).
None.
This example sets the Maximum Value property of the DateDeparture field to the date stored in the LastDay variable.
ca_pam_setDateFieldMaxValue('Form.DateDeparture',LastDay);
|
Copyright © 2014 CA.
All rights reserved.
|
|