![notion image](https://www.notion.so/image/https%3A%2F%2Ffile.notion.so%2Ff%2Ff%2F3d51c61d-92e0-4365-824e-4c7cd9f90627%2Fcbeb069b-ad97-484f-9a1e-60f6ed48f78f%2FScreen_Shot_2021-03-24_at_7.11.51_AM.png%3Ftable%3Dblock%26id%3Dc0046d26-693c-4275-804a-d7817c69e813%26spaceId%3D3d51c61d-92e0-4365-824e-4c7cd9f90627%26expirationTimestamp%3D1739894400000%26signature%3DhAKhREJFlpHrq_Wk6AOPKl2OYYS_rOv9dgrVfdi1nE8?table=block&id=c0046d26-693c-4275-804a-d7817c69e813&cache=v2)
![notion image](https://www.notion.so/image/https%3A%2F%2Ffile.notion.so%2Ff%2Ff%2F3d51c61d-92e0-4365-824e-4c7cd9f90627%2F6a29d3a5-c2c4-4d59-99ee-3e41ce874ed9%2FScreen_Shot_2021-03-24_at_8.51.51_AM.png%3Ftable%3Dblock%26id%3D8fa85f95-03c4-4041-915b-330b3387dfdd%26spaceId%3D3d51c61d-92e0-4365-824e-4c7cd9f90627%26expirationTimestamp%3D1739894400000%26signature%3DWf3DCfZjA60Bt_vVhwslyTqMnjnOYJA3SqKW7nNhQ1Q?table=block&id=8fa85f95-03c4-4041-915b-330b3387dfdd&cache=v2)
Today Formula
formatDate(prop("Date"), "MMM D, YYYY") == formatDate(now(), "MMM D, YYYY")
Current Week (M-Su)
formatDate(prop("Date"), "W") == formatDate(now(), "W")
Current Week (Su-Sa)
formatDate(prop("Date"), "w") == formatDate(now(), "w")
Current Month
formatDate(prop("Date"), "M") == formatDate(now(), "M")
Current Quarter
formatDate(prop("Date"), "Q") == formatDate(now(), "Q")