Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make sun as first day in calendar python

import calendar

# to set the first weekday to SUNDAY.
calendar.setfirstweekday(calendar.SUNDAY)
print(calendar.month(2020, 10 ))
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #sun #day #calendar #python
ADD COMMENT
Topic
Name
7+3 =