What modifications are needed in the formatDate
function in Notion if we want to treat the week start day as Saturday instead of the default Monday?
(formatDate(prop("Do Date"), "U", 6) == formatDate(now(), "U", 6)) ? "This Week" : "Not this week"
What modifications are needed in the formatDate
function in Notion if we want to treat the week start day as Saturday instead of the default Monday?
(formatDate(prop("Do Date"), "U", 6) == formatDate(now(), "U", 6)) ? "This Week" : "Not this week"