Searched refs:month_name (Results 1 – 5 of 5) sorted by relevance
93 month_name = _localized_month('%B') variable341 s = month_name[themonth]472 s = '%s %s' % (month_name[themonth], theyear)474 s = '%s' % month_name[themonth]
91 f_month = [calendar.month_name[i].lower() for i in range(13)]
93 ('%B', calendar.month_name[now[1]], 'full month name'),
399 .. data:: month_name403 13 and ``month_name[0]`` is the empty string.
19570 - Bug 1065388: ``calendar``'s ``day_name``, ``day_abbr``, ``month_name``,