Home »
Python »
Python Reference
Python HTMLCalendar Class Methods
Python HTMLCalendar Class has the following built-in functions.
| Method |
Description |
| formatmonth() |
Returns an HTML table which represents the given month's calendar. |
| formatyear() |
Returns an HTML table consisting of the calendar of the given year. |
| formatyearpage() |
Returns a year's calendar as a complete HTML page. |
Advertisement
Advertisement