Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date Comparison #24

Open
3 tasks
Tracked by #8
aschaeffer opened this issue Mar 25, 2023 · 0 comments
Open
3 tasks
Tracked by #8

Date Comparison #24

aschaeffer opened this issue Mar 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request plugin Plugin System or Plugin related
Milestone

Comments

@aschaeffer
Copy link
Collaborator

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
@aschaeffer aschaeffer added enhancement New feature or request plugin Plugin System or Plugin related labels Mar 25, 2023
@aschaeffer aschaeffer self-assigned this Mar 25, 2023
@aschaeffer aschaeffer added this to the 0.10.0 milestone Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin Plugin System or Plugin related
Projects
None yet
Development

No branches or pull requests

1 participant