Hi had a lot's of data with dates in it
nou i had a list of data in the present month... I used in the front list the code
<?php
return array(":YEAR(`datum`) = YEAR(NOW()) && MONTH(`datum`) = MONTH(NOW())");
?>
all the data in this month will dispay..
BUT how can i change that the data after this month will display.
i thought it was simple to change array in <?php
return array(":YEAR(`datum`) = YEAR(NOW()) && MONTH(`datum`) > MONTH(NOW())");
?>
but that doesn't work...
who has a clue?
thnx in advance
nou i had a list of data in the present month... I used in the front list the code
<?php
return array(":YEAR(`datum`) = YEAR(NOW()) && MONTH(`datum`) = MONTH(NOW())");
?>
all the data in this month will dispay..
BUT how can i change that the data after this month will display.
i thought it was simple to change array in <?php
return array(":YEAR(`datum`) = YEAR(NOW()) && MONTH(`datum`) > MONTH(NOW())");
?>
but that doesn't work...
who has a clue?
thnx in advance