Skip to content

Instantly share code, notes, and snippets.

@amadrzyk
Last active August 3, 2022 02:45
Show Gist options
  • Select an option

  • Save amadrzyk/d54b0ec70cc43c89936b40d98b28c581 to your computer and use it in GitHub Desktop.

Select an option

Save amadrzyk/d54b0ec70cc43c89936b40d98b28c581 to your computer and use it in GitHub Desktop.
Notion – Last Updated (Days Ago)
if(
dateBetween(
now(),
prop("Last Edited Time"),
"days"
) == 0,
"Today ✅",
concat(
format(
dateBetween(
now(),
prop("Last Edited Time"),
"days"
)
),
" days ago"
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment