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()
Try the following: ( I did this just now... missing .format() - this will also depend on the formatting you are getting back from the database....
Also, take a look at the following: