How to check if current date is greater than cell date using conditional formatting

I would like to format a question cell to check if the date of another column is greater than the current date time.

How would I go about doing this ?

Hi @ChristineChetty
If you did a simple search, you would find this:
https://github.com/metabase/metabase/issues/11124 - upvote by clicking :+1: on the first post

But you can create a Custom Column based on a Custom Expression, which returns 1 or 0, and then use conditional formatting for the row based on that column:
https://www.metabase.com/blog/custom-expressions/index.html

I need to learn how to search for these things better. I rarely seem to find. thank you