dksysd / notion-dday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notion dday formula

empty(prop("End")) ? "free" : if(formatDate(end(prop("End")), "YYYY,MM,DD") == formatDate(now(), "YYYY,MM,DD"), "D-day", if(end(prop("End")) < now(), concat("D+", format(dateBetween(end(prop("End")), now(), "days") * -1)), concat("D-", format(dateBetween(end(prop("End")), now(), "days") + 1))))

Example

SmartSelect_20210927-120412_Notion

About