Skip to content

Instantly share code, notes, and snippets.

@kamilmodest
Created March 30, 2023 13:27
Show Gist options
  • Save kamilmodest/a9cc45e63afd242b16a51a3f4b2c2d03 to your computer and use it in GitHub Desktop.
Save kamilmodest/a9cc45e63afd242b16a51a3f4b2c2d03 to your computer and use it in GitHub Desktop.
Returns date in format "1 d 16 h 28 m"
concat(format(floor(dateBetween(prop("Last edited time"), prop("Created time"), "days"))), " d ", format(floor(mod(dateBetween(prop("Last edited time"), prop("Created time"), "hours"), 24))), " h ", format(floor(mod(dateBetween(prop("Last edited time"), prop("Created time"), "minutes"), 60))), " m ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment