How do I display dates in queries as relative? #2623
-
By default, dates in queries are shown as their raw values (i.e. |
Beta Was this translation helpful? Give feedback.
Answered by
claremacrae
Jan 27, 2024
Replies: 1 comment 2 replies
-
You've got two options:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
claremacrae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You've got two options:
scheduled
,start
,happens
or any of the other date fields.due
with whatever field you want to group by:group by function task.due.fromNow.groupText