-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
c:cliComponent: Changes the Command Line Interface (CLI).Component: Changes the Command Line Interface (CLI).c:plugin-systemComponent: Changes the plugin system or plugin related.Component: Changes the plugin system or plugin related.
Milestone
Description
Goal
Compares two dates with each other.
Entity Types
| Name | Components | Properties | DataType | SocketType | Description |
|---|---|---|---|---|---|
| equals | lhs | string | input | A datetime | |
| rhs | string | input | Another datetime | ||
| result | bool | output | True, if both datetimes are equal | ||
| before | lhs | string | input | A datetime | |
| rhs | string | input | Another datetime | ||
| result | bool | output | True, if lhs is before rhs | ||
| after | lhs | string | input | A datetime | |
| rhs | string | input | Another datetime | ||
| result | bool | output | True, if lhs is after rhs |
Tasks
- Entity Type + Behaviour
equals - Entity Type + Behaviour
before - Entity Type + Behaviour
after
Metadata
Metadata
Assignees
Labels
c:cliComponent: Changes the Command Line Interface (CLI).Component: Changes the Command Line Interface (CLI).c:plugin-systemComponent: Changes the plugin system or plugin related.Component: Changes the plugin system or plugin related.