[SOLVED] Â Change Row Color based on Experation Day |
3/1/2015 5:11:44 PM |
PHPRunner General questions | |
S
shoppy author
I was looking at this topic: http://www.asprunner.com/forums/topic/18508-change-row-color-based-on-expiration-date/ |
|
S
|
shoppy author 3/2/2015 |
I tried something else: if (date("Y-m-d",strtotime($value)+5184000)<=date("Y-m-d"))
|
![]() |
HJB 3/2/2015 |
For inspiration purposes only... (plus yours color code oriented strings to be added) |
F
|
fantasmino 3/2/2015 |
Don't know if this can help |
S
|
shoppy author 3/3/2015 |
Thanks very much, this helps. |