Skip to content

Instantly share code, notes, and snippets.

@nyarurato
Created October 12, 2014 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyarurato/092ad25aa8bde61d0832 to your computer and use it in GitHub Desktop.
Save nyarurato/092ad25aa8bde61d0832 to your computer and use it in GitHub Desktop.
import calendar
import datetime
today = datetime.date.today()
calendar.setfirstweekday(calendar.SUNDAY)
print calendar.month(today.year,today.month)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment