Time Check

Current Time

formatDate(dateAdd(now(), prop("Difference"), "hours"), "h:ma ddd")

<aside> ☝ Difference values above are based on British Summer Time (BST).

</aside>

Available

if(toNumber(formatDate(dateAdd(now(), prop("Difference"), "hours"), "HHmm")) >= 0800 and toNumber(formatDate(dateAdd(now(), prop("Difference"), "hours"), "HHmm")) <= 1700, "✦  Available", "")

<aside> ☝ Update the two 24-hour format times to change the availability range.

</aside>

Time + Availability

formatDate(dateAdd(now(), prop("Difference"), "hours"), "h:ma ddd") + if(toNumber(formatDate(dateAdd(now(), prop("Difference"), "hours"), "HHmm")) >= 0800 and toNumber(formatDate(dateAdd(now(), prop("Difference"), "hours"), "HHmm")) <= 1700, "  ✦  Available", "")

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