Previous Topic: ca_pam_setDateFieldMaxValue(_id, val)Next Topic: ca_pam_setDateFieldValue(_id, val)


ca_pam_setDateFieldMinValue(_id, val)

Sets the value of the Date field Minimum Value property. Form users cannot enter a date in the Date field that is earlier than the Minimum Value.

Input Parameters
_id (string)

Specifies the unique identifier of a Date field.

val

Specifies the value to use as a minimum, expressed as a date string (for example, 05/05/2012).

Return Value

None.

Example
ca_pam_setDateFieldMinValue('Form.DateArrival',today);

This example sets the Minimum Value property of the DateArrival field to the date stored in the today variable.