Hein.RulesEngine.UI
API Documentation
GitHub Repository
Save
Describe your changes:
×
Field Name:
×
Add
Rule Editor
date_checks
Admin Code
ope
Clear
Compile
Test
IF Block
IF/ELSE Block
Add Field
@runtime.now
@runtime.today
@null
Engine Code
values["Now"] = now; values["Today"] = today; if (values["Date"] > today) { values["DateIsGreaterThanToday"] = true; } else { values["DateIsGreaterThanToday"] = false ;}
Rule Edit History
Version
Changed By
Date
Description
v1
bhein
2025-12-14T10:34:03.699Z
init
<