Hein.RulesEngine.UI
API Documentation
GitHub Repository
Save
Describe your changes:
×
Field Name:
×
Add
Rule Editor
date_check
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
2026-02-03T22:30:29.078Z
init
<