Skip to content
Discussion options

You must be logged in to vote

I found the resolution is use date(due) to transform the link [[2022-12-01]] to DateTime:

  TASK
  FROM #query-date-with-link-demo
- WHERE due <= date("2022-12-01")
+ WHERE date(due) <= date("2022-12-01")

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AB1908
Comment options

@edentsai
Comment options

@AB1908
Comment options

Answer selected by edentsai
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