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

command for tasks created today #5

Closed
dominik42 opened this issue Nov 30, 2021 · 1 comment
Closed

command for tasks created today #5

dominik42 opened this issue Nov 30, 2021 · 1 comment

Comments

@dominik42
Copy link

Goal

  • As a user
  • I want to know how many task I've created today
  • for statistically reasons

Suggested approach
In order to achieve this goal I suggest to implement a command createdtodaysimilar to logtoday

Additional context
Should be extracted by something like
select * from TMTask where date(creationDate,'unixepoch') = '2021-11-30';

@AlexanderWillner
Copy link
Contributor

released. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants