how can i use a variable instead of the fixed date #07-08-2023?
the variable should be today’s date in the format Hashtag DD-MM-YYYY
is there a possibility here?
i want all open tasks to be displayed with current date
TASK
WHERE !completed
WHERE contains(tags,"#07-08-2023")
SORT priority desc