calendar

Extends: none

This class draws a complete and accurate calendar on the screen, allowing users to navigate through dates and force an event on a specific time.

Summary
void calendar (string filename)

This method is the constructor, it draws the physical chalendar in HTML and stores in a private variable.

string display_cal ()

This method is called when the developer wants to display the calendar.

Detail


void calendar (string filename)

Accepts a string which points to the path and filename where the calendar template document is.

Returns: void


string display_cal ()

Draws the calendar on screen in HTML format.

Returns: string