Skip to content

query for all tasks created today #34

@dominik42

Description

@dominik42

Hi,
I try to create a query (for the very beginning with my DB tool DBVisualizer) in order to count the tasks created today.
Something like
select * from TMTask where creationDate == date('now');
As I saw, column TMTask.creationDate is of type REAL and sqlite function date(...) can convert dates, but how I can combine both in order to archive my goal ?

After I got the query working, I hopefully can setup a plugin for using it together with the things.sh....

Kind regards
Dominik

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions