Entries

<aside> ⚠️ Change lowercase w to uppercase W if your weeks start on Monday.

</aside>

This Week

formatDate(prop("Date"), "wY") == formatDate(now(), "wY") or now() > start(prop("Date")) and now() < end(prop("Date"))

Next Week

formatDate(prop("Date"), "wY") == formatDate(dateAdd(now(), 1, "weeks"), "wY")

This/Next Week

formatDate(prop("Date"), "wY") == formatDate(now(), "wY") or formatDate(prop("Date"), "wY") == formatDate(dateAdd(now(), 1, "weeks"), "wY")

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>