Module calendar :: Class HTMLCalendar
[hide private]
[frames] | no frames]

type HTMLCalendar

object --+    
         |    
  Calendar --+
             |
            HTMLCalendar
Known Subclasses:

This calendar returns complete HTML pages.

Instance Methods [hide private]
 
formatday(self, day, weekday)
Return a day as a table cell.
 
formatweek(self, theweek)
Return a complete week as a table row.
 
formatweekday(self, day)
Return a weekday name as a table header.
 
formatweekheader(self)
Return a header for a week as a table row.
 
formatmonthname(self, theyear, themonth, withyear=True)
Return a month name as a table row.
 
formatmonth(self, theyear, themonth, withyear=True)
Return a formatted month as a table.
 
formatyear(self, theyear, width=3)
Return a formatted year as a table of tables.
 
formatyearpage(self, theyear, width=3, css='calendar.css', encoding=None)
Return a formatted year as a complete HTML page.

Inherited from Calendar: __init__, getfirstweekday, itermonthdates, itermonthdays, itermonthdays2, iterweekdays, monthdatescalendar, monthdays2calendar, monthdayscalendar, setfirstweekday, yeardatescalendar, yeardays2calendar, yeardayscalendar

Class Variables [hide private]
  cssclasses = ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun']
Properties [hide private]

Inherited from Calendar: firstweekday