Skip to content

Instantly share code, notes, and snippets.

@nathanborror
Created September 2, 2009 16:05
Show Gist options
  • Save nathanborror/179792 to your computer and use it in GitHub Desktop.
Save nathanborror/179792 to your computer and use it in GitHub Desktop.
from dateutil.relativedelta import *
from datetime import *
TODAY = datetime.now()
TODAY+relativedelta(weekday=FR(+2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment