Using the expression editor in a gridview, I'm trying to determine how much time in minutes has passed between a column that only has time and NOW()
Column: arrived_time (time)
something along the line of: DATEDIFFMINUTE(arrived_time, NOW()) >= 15
since arrived_time is time only, it seems to fail when compared to NOW().
Is there a way to add today()+arrived_time to get a proper datetime value?
End goal is if more than 15 minutes has passed since arrived_time then change RowBackColor