Lions22 Posts: 138
3/29/2021
|
There is not Equal Operator available when comparing two Date variables in a rule. How Can I compare these two date values?
|
|
0
link
|
faiza@decisions.com Administrator Posts: 163
3/29/2021
|
There is the operator "Is" for comparing the Dates.

If we pass the whole Date Object in it will compare the Date and Time. If we only need the Date without the time to be compared, then we will need to go down one sub level when choosing the variables for comparison.

In the example below we are comparing the whole object. When we debug it shows that it will evaluate the time variable as well.


In the example below we are comparing only the Date. The time will be default to 12 am.


edited by faiza@decisions.com on 3/29/2021
|
|
0
link
|