C
|
cgphp 7/29/2011 |
P
|
pim author 7/29/2011 |
Hi again, |
P
|
pim author 7/30/2011 |
I am still hoping that somebody could help me out on this. |
C
|
cgphp 7/30/2011 |
if(strtotime($value) == strtotime(date("Y-m-d",time()))) |
P
|
pim author 7/31/2011 |
Okay, so I guess to change color into red, I have to change your code into. |
P
|
pim author 7/31/2011 |
Hi Christian, |
![]() |
Sergey Kornilov admin 7/31/2011 |
Cristian, |
C
|
cgphp 8/1/2011 |
Okay, so I guess to change color into red, I have to change your code into. if(strtotime($value) == strtotime(date("Y-m-d",time()))) { $value = "<font color=red>".$value."</font>"; } This didn't work. So I've left out the piece ,time(), because the field is a date field and not a date time field. This didn't work either.
date("Y-m-d",time())
|
P
|
pim author 8/1/2011 |
Hi, |