RulePoint
- RulePoint 6.1
- All Products
isholiday(date1,watchlist:HolidayWatchlist)
Argument
| Required
Optional
| Description
|
---|---|---|
date1
| Required
| Verifies whether the specified date is in the holiday list. Specify the format of the date value.
|
[date2],...
| Optional
| Verifies whether the specified dates are in the holiday list.
|
when 1 hol1 h with isholiday(h.myDate,watchlist:ListOfHols) as result then response with body=”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
h.myDate = 12/25/2010 mm/dd/yyyy
watchlist:ListOfHols
12/25/2010
01/01/2011
| Verifies the date input with the existing watchlist values.
| true
|