Generate XHTML calendar for a given month or year
Dynamic Calendar is a class that produces timetables for a given month or year as a Html tables (Xhtml-Valid). This class is dependent upon the Php local date capacities (default) and backs alternatively the Adodb Date Library. Underpinned dates (on frameworks utilizing a 32-bit marked number Unix time_t): -Using Php local date capacities: 1902 -2037 (Unix) and 1971 -2037 (Windows) -Using Adodb Date Library: 100 -3000 and later on both Unix and Windows The generated calendars can: - Be generated in plain format (without any links) - Optionally have navigation controls - Optionally have a date picker control - Optionally have linkable days (url or javascript) - Optionally have event days (layout) with event links - Optionally have 'event content' with links and own layout - Support different GMT zones…

