Entries

Status

if(prop("Due Date") >= now() and prop("Due Date") <= dateAdd(now(), 2, "days") or formatDate(prop("Due Date"), "L") == formatDate(now(), "L"), "🔥 Today", if(prop("Due Date") >= now() and prop("Due Date") <= dateAdd(now(), 5, "days"), "✌️ Next 2 Days", if(prop("Due Date") >= now() and prop("Due Date") <= dateAdd(now(), 10, "days"), "🖐 Next 5 Days", if(prop("Due Date") >= dateAdd(now(), 10, "days"), "😴 Not Urgent", ""))))

<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>