Previous Topic: ca_pam_getDateFieldMaxValueInMillis(_id)Next Topic: ca_pam_getDateFieldMinValueInMillis(_id)


ca_pam_getDateFieldMinValue(_id)

Returns the value of the Date field Minimum Value property as a string. You can pass the value in this field, as mentioned in the ca_pam_getDateFieldMaxValue(_id) method.

Input Parameters
_id (string)

Specifies the unique identifier of a Date field.

Return Value

The minimum value for a Date field as a string.

Example

This example returns the minimum value that is allowed for the DateDeparture field as a date string (for example, 05/05/2025).

ca_pam_getDateFieldMinValue('Form.DateDeparture')