Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/calendar.html
Дата изменения: Thu Nov 5 13:46:16 2015 Дата индексирования: Sun Apr 10 23:10:59 2016 Кодировка: |
calendar | index /usr/local/Python-2.5/lib/python2.5/calendar.py Module Docs |
Calendar printing functions
Note when comparing these calendars to the ones printed by cal(1): By
default, these calendars have Monday as the first day of the week, and
Sunday as the last (the European convention). Use setfirstweekday() to
set the first day of the week (0=Monday, 6=Sunday).
Modules | ||||||
|
Classes | ||||||||||||||||
|
Functions | ||
|
Data | ||
__all__ = ['IllegalMonthError', 'IllegalWeekdayError', 'setfirstweekday', 'firstweekday', 'isleap', 'leapdays', 'weekday', 'monthrange', 'monthcalendar', 'prmonth', 'month', 'prcal', 'calendar', 'timegm', 'month_name', 'month_abbr', 'day_name', 'day_abbr'] day_abbr = <calendar._localized_day instance at 0x443210> day_name = <calendar._localized_day instance at 0x4431e8> month_abbr = <calendar._localized_month instance at 0x443260> month_name = <calendar._localized_month instance at 0x443238> |