Entries

Day Colours

if(day(prop("Date")) == 0, "🔴 Sunday", if(day(prop("Date")) == 1, "🟠 Monday", if(day(prop("Date")) == 2, "🟡 Tuesday", if(day(prop("Date")) == 3, "🟢 Wednesday", if(day(prop("Date")) == 4, "🔵 Thursday", if(day(prop("Date")) == 5, "🟣 Friday", if(day(prop("Date")) == 6, "🟤 Saturday", "")))))))

Colour Only

if(day(prop("Date")) == 0, "🔴", if(day(prop("Date")) == 1, "🟠", if(day(prop("Date")) == 2, "🟡", if(day(prop("Date")) == 3, "🟢", if(day(prop("Date")) == 4, "🔵", if(day(prop("Date")) == 5, "🟣", if(day(prop("Date")) == 6, "🟤", "")))))))

<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 Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>