We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Goal
Suggested approach In order to achieve this goal I suggest to implement a command createdtodaysimilar to logtoday
createdtoday
logtoday
Additional context Should be extracted by something like select * from TMTask where date(creationDate,'unixepoch') = '2021-11-30';
select * from TMTask where date(creationDate,'unixepoch') = '2021-11-30';
The text was updated successfully, but these errors were encountered:
Added support for a specific stop_date (e.g. used to show logged item…
966e314
…s today)
released. thanks.
Sorry, something went wrong.
No branches or pull requests
Goal
Suggested approach
In order to achieve this goal I suggest to implement a command
createdtoday
similar tologtoday
Additional context
Should be extracted by something like
select * from TMTask where date(creationDate,'unixepoch') = '2021-11-30';
The text was updated successfully, but these errors were encountered: