C
|
cgphp 12/8/2011 |
CHeck this article: http://xlinesoft.com/blog/2011/01/03/tutorial_conditional_formatting/ |
A
|
angelcause author 12/8/2011 |
thanks for the help, but the link you are reffering me to is a simple conditional formatting script, I want to apply the script and it should check if the date is passed 25th only then the cell should change color. |
C
|
cgphp 12/8/2011 |
In the "List page: After record processed" event, enter this code: if (date('d',strtotime($data['record_added'])) > 25) |