Calendar Module
This module gives you access to the Calendar class from your website documents. The Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its design. In addition, you can pass data to your calendar cells.
For more information about the methods accessed by these tags, please see the Calendar Class section of the CodeIgniter User Guide.
<?php get('core.calendar.generate', 'year', 'month', $data, $prefs ); ?>
Generates a calendar based on the settings provided. See the Calendar Class section of the CodeIgniter User Guide for more information.
<?php echo get('core.calendar.generate', '2007', '2'); ?>