Skip to content

Instantly share code, notes, and snippets.

@Desjajja
Last active April 29, 2022 14:38
Show Gist options
  • Save Desjajja/f975a2ecaaf01d457a67d4c252b87ac4 to your computer and use it in GitHub Desktop.
Save Desjajja/f975a2ecaaf01d457a67d4c252b87ac4 to your computer and use it in GitHub Desktop.
Notion Formula to Check Whether the Current Date Expires #Notion
if(ceil((dateBetween(end(prop("Date")), now(), "hours") + hour(now())) / 24) < 0, "🔒️ 🚧Expired", #more branches)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment