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)
|
string |
display_cal ()
|
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