Today/Tomorrow in Range

Today/Tomorrow in Range

From
Facebook
Status
Updating
Share
Entries

Today

now() > start(prop("Timeline")) and now() < end(prop("Timeline")) or formatDate(end(prop("Timeline")), "L") == formatDate(now(), "L")

Tomorrow

dateAdd(now(), 1, "days") > start(prop("Timeline")) and dateAdd(now(), 1, "days") < end(prop("Timeline")) or formatDate(end(prop("Timeline")), "L") == formatDate(dateAdd(now(), 1, "days"), "L")
 
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 BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!