1vote

Make a formula return "true" if...?

A specific date that does not depend on a property is equal to the current date. I would appreciate your help, please.

1 Answer

1vote

polle Points102630

Not completely sure what you are trying to do. To know if a date is equal to today you can use the following Notion formula.

formatDate(prop("Date"), "MMM DD, YYYY") == formatDate(now(), "MMM DD, YYYY")

That will show checkboxes and the one for today will be checked automatically.

Hope that helps.

1vote

commented Jun 24, 2023

Hi thanks. I have a question, can't you put a date that does not depend on a column within a formula?

0vote

commented Jun 24, 2023

You can, just add a date property and that is it. There are no dependencies at all.

Please log in or register to answer this question.

...

Welcome to Notion Answers, where you can ask questions and receive answers from other members of the community.

Please share to grow the Notion Community!

Connect