#!/usr/bin/python3 import calendar c = calendar.LocaleTextCalendar() print(c.formatmonth(2029,4)) # Jahr, Monat