ID EN
Calendar

LocaleHTMLCalendar

Python 3.11

This subclass of HTMLCalendar can be passed a locale name in the constructor and will return month and weekday names in the specified locale.

Syntax

PYTHON
class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None)

See Also

HTMLCalendar