RulePoint
- RulePoint 6.1.2
- All Products
isweekend(date1)
Argument
| Required
Optional
| Description
|
---|---|---|
date1
| Required
| Verifies whether the date is a weekend.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| String
|
when 1 stocktopic s with isweekend(s.purchasedate) as result then response with body=" ${result }"
Event Property Value
| Description
| Result
|
---|---|---|
s.purchasedate= "1/5/14 1:00:00 PM "
| Validates whether the input date is a weekend.
| true
|