Skip to content

Date Comparison #24

Open
Open
@aschaeffer

Description

@aschaeffer

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).c:plugin-systemComponent: Changes the plugin system or plugin related.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions