if ($data["estimated_completion_date"] <= date('Y-m-d'))
$record["estimated_completion_date_style"].='style="background:red"';
on List Page : After record processed
Post a Comment