Skip to content

Instantly share code, notes, and snippets.

@jclem
Last active January 24, 2019 12:52
Show Gist options
  • Save jclem/3c202925cd4e1cdca90b26c36c1e9573 to your computer and use it in GitHub Desktop.
Save jclem/3c202925cd4e1cdca90b26c36c1e9573 to your computer and use it in GitHub Desktop.
dateSubtract(
prop("Date"),
((toNumber(formatDate(prop("Date"), "d")) - 1) % 7 + 7) % 7,
"days"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment