Home
last modified time | relevance | path

Searched refs:month_name (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py90 month_name = _localized_month('%B') variable
308 s = month_name[themonth]
419 s = '%s %s' % (month_name[themonth], theyear)
421 s = '%s' % month_name[themonth]
529 s = month_name[themonth]
559 s = month_name[themonth]
D_strptime.py101 f_month = [calendar.month_name[i].lower() for i in range(13)]
/external/python/cpython3/Lib/
Dcalendar.py93 month_name = _localized_month('%B') variable
341 s = month_name[themonth]
472 s = '%s %s' % (month_name[themonth], theyear)
474 s = '%s' % month_name[themonth]
583 s = month_name[themonth]
609 s = month_name[themonth]
D_strptime.py100 f_month = [calendar.month_name[i].lower() for i in range(13)]
/external/python/cpython2/Demo/scripts/
Dunbirthday.py79 return '%d %s %d' % (day, calendar.month_name[month], year)
/external/python/cpython2/Lib/test/
Dtest_strftime.py95 ('%B', calendar.month_name[now[1]], 'full month name'),
/external/python/cpython3/Lib/test/
Dtest_strftime.py93 ('%B', calendar.month_name[now[1]], 'full month name'),
/external/python/cpython2/Doc/library/
Dcalendar.rst318 .. data:: month_name
322 13 and ``month_name[0]`` is the empty string.
/external/python/cpython3/Doc/library/
Dcalendar.rst399 .. data:: month_name
403 13 and ``month_name[0]`` is the empty string.
/external/python/cpython2/Misc/
DHISTORY2186 - Bug 1065388: ``calendar``'s ``day_name``, ``day_abbr``, ``month_name``,
/external/python/cpython3/Misc/
DHISTORY19570 - Bug 1065388: ``calendar``'s ``day_name``, ``day_abbr``, ``month_name``,