![]() |
Sergey Kornilov admin 3/23/2010 |
select ...
|
C
|
clig 3/26/2010 |
I am trying to filter coupons by expiration date. In other words, once the expiration date is reached I need that entry to not display. I have tried all of the following: <= Date <= Now <= "Date" Please help...
|
![]() |
ficcionista 4/7/2010 |
You could try something like this: select something from table where datefield = curdate(); |