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