Time Check

Time Check

From
Reddit
Status
Updating
Share
Time Check

Current Time

formatDate(dateAdd(now(), prop("Difference"), "hours"), "h:ma ddd")
☝
Difference values above are based on British Summer Time (BST).

Available

if(toNumber(formatDate(dateAdd(now(), prop("Difference"), "hours"), "HHmm")) >= 0800 and toNumber(formatDate(dateAdd(now(), prop("Difference"), "hours"), "HHmm")) <= 1700, "✦ Available", "")
☝
Update the two 24-hour format times to change the availability range.

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", "")
Β 
By Ben  β€’  Latest  β€’  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  β€’  Latest  β€’  Was this helpful? Please consider buying me a coffee. Cheers!
By Ben β€’ Latest β€’ Was this helpful? Please consider buying me a coffee. Cheers!