...
More details can be found on Math Routines section.
Condition based on date-time expression
A SIL condition which checks if due date is before current date:
Code Block | ||
---|---|---|
| ||
return dueDate > currentDate(); |
More useful date routines can be found in the Date Routines section.
Except assignee condition
...