Skip to content

date(<link>) queries #636

Answered by blacksmithgu
ontrou asked this question in Q&A
Nov 7, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

You need to use date on the link as welt:

LIST 
WHERE date(completed) <= date(2019-12-31) and date(completed) >= date(2019-01-01)

Link-date comparisons don't work by default, but using date on a link will convert it into a date, which then can be compared.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ontrou
Comment options

You must be logged in to vote
1 reply
@blacksmithgu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants