Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates whether the passed in dates are valid for this rebate.
Syntax
public boolean checkValidDate(date _startDate, date _endDate)
Run On
Called
Parameters
- _startDate
Type: date
The start date to validate against the rebate.
- _endDate
Type: date
The end date to validate against the rebate.
Return Value
Type: boolean
true if the passed in dates are valid; otherwise, false.