Color background for alert

Hello guys, I have a table with a column of dates that has deadlines, I would like to have a red background if the date is today, to show that the deadline date has been reached.... this is my implementation thus far but no results

Don't use .now, just use moment()

@ScottR am afraid it did not work

Try the following: ( I did this just now... missing .format() - this will also depend on the formatting you are getting back from the database....
Screen Shot 2022-06-03 at 7.56.01 AM
Screen Shot 2022-06-03 at 7.56.09 AM

Also, take a look at the following:
https://docs.retool.com/docs/javascript-in-retool#dates