Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
HiNeed to change the background row if actual dayif (date('d',strtotime($data['DataVencimento'])) == Now()) // {$row["rowstyle"]='style="background:yellow"'; // [color="#FF0000"]if actual day - does not work}elseif (date('d',strtotime($data['DataVencimento'])) == 8) {$row["rowstyle"]='style="background:green"'; [b][color="#008000"]//Fine Work}
Thanks in advanced
if (date('j',strtotime($data['DataVencimento'])) == date('j')) { $row["rowstyle"]='style="background:yellow"';}
if (date('j',strtotime($data['DataVencimento'])) == date('j')) {$row["rowstyle"]='style="background:yellow"';}
Hi ChristianThanksFine Work