Home
last modified time | relevance | path

Searched refs:month_abbr (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_strftime.py92 ('%b', calendar.month_abbr[now[1]], 'abbreviated month name'),
145 ('%h', calendar.month_abbr[now[1]], 'abbreviated month name'),
/external/python/cpython2/Tools/scripts/
Dmailerdaemon.py199 date = '%s %02d' % (calendar.month_abbr[mm], dd)
/external/python/cpython2/Doc/library/
Dcalendar.rst325 .. data:: month_abbr
329 has a length of 13 and ``month_abbr[0]`` is the empty string.
/external/python/cpython2/Lib/
D_strptime.py100 a_month = [calendar.month_abbr[i].lower() for i in range(13)]
Dcalendar.py91 month_abbr = _localized_month('%b') variable
/external/python/cpython2/Misc/
DHISTORY2187 and ``month_abbr`` attributes emulate sequences of locale-correct