Please click on the following links to check some combinations of the Active Calendar Class functions.
| Class method(s) | Generated calendar(s) |
| [ showMonth() ] | Current month static |
| [ enableMonthNav() + enableDatePicker(2000,2010) + showMonth() ] | Current month with navigation and date picker (year range:2000-2010) |
| [ enableDayLinks() + showMonth() ] | Current month with day links |
| [ showYear(3) ] | Current year static (3 months in each row) |
| [ enableYearNav() + showYear() ] | Current year with navigation |
| [ setEvent(2007,1,23) + setEvent(2007,8,2) + showYear(2007) ] | Year (2007) with 'event days' |
| [ setEventContent(2007,1,11,"some content") + showMonth(2007,1) ] | 11 January 2007 with an 'event content' as a string * |
| [ setEventContent(2007,1,11,"some content","testsuite.php") + showMonth(2007,1) ] | 11 January 2007 with a linkable 'event content' as a string * |
| [ $eventContent=array("content1","content2","content3") setEventContent(2007,1,11,$eventContent) + showMonth(2007,1) ] | 11 January 2007 with an 'event content' as an array * |
| * New public methods (v1.0)! Please report any bugs or feature enhancements. | |
| Active Calendar Class Online (documentation, demo, contact, downloads) |
| © Giorgos Tsiledakis, Greece Crete |