RulePoint
- RulePoint 6.1.2
- All Products
date(String)
Argument
| Required
Optional
| Description
|
---|---|---|
string
| Required
| A date value of string type.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| text
|
WHEN 1 news n with date(n.pub) as datevalue > date("01/01/13 1:00:00 PM") then response with body=”${datevalue)”
Event Property Value
| Description
| Result
|
---|---|---|
n.pub =" 02/02/13 1:00:00 AM"
| Comparing the value of n.pub that is of string type.
| >01/01/13 1:00:00 PM
|