This calendar returns complete HTML pages.
|
|
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
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|