Home
last modified time | relevance | path

Searched refs:month_abbr (Results 1 – 12 of 12) 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/cpython3/Lib/test/
Dtest_strftime.py90 ('%b', calendar.month_abbr[now[1]], 'abbreviated month name'),
143 ('%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/cpython3/Tools/scripts/
Dmailerdaemon.py207 date = '%s %02d' % (calendar.month_abbr[mm], dd)
/external/python/cpython3/Doc/library/
Dcalendar.rst302 .. data:: month_abbr
306 has a length of 13 and ``month_abbr[0]`` is the empty string.
/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/cpython3/Lib/
D_strptime.py102 a_month = [calendar.month_abbr[i].lower() for i in range(13)]
Dcalendar.py94 month_abbr = _localized_month('%b') variable
/external/python/cpython2/Misc/
DHISTORY2187 and ``month_abbr`` attributes emulate sequences of locale-correct
/external/python/cpython3/Misc/
DHISTORY19571 and ``month_abbr`` attributes emulate sequences of locale-correct