Display no events older than current time
I currently have a jcarousel set up to display events from my calendar however...
I need it to display no older events than the current time rather than the current day.
Right now I'm using this code:
PHP Code:
<?php $LIST=1; $DF = "D"; $listEvents = 12; $listWeeks = 52; $noOld = 1; $template="blog_carousel.php"; require("calendar.php"); ?>
Is this possible?
thanks in advance
|