List Mode question
List Mode
Right now I have it set to show the whole months events in the box below the calendar. Can the statement below in anyway to show the events per week per the week that is current vs the whole months events?
<?php $LIST=1; $DF = "D - M d"; $template="monthly.php"; $CSS=1; require("calendar/calendar.php"); ?>
|