Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Created November 16, 2012 17:18
Show Gist options
  • Save c0ldlimit/4089130 to your computer and use it in GitHub Desktop.
Save c0ldlimit/4089130 to your computer and use it in GitHub Desktop.
Python: Date Arithmetic
from datetime import date, timedelta
d=date.today()-timedelta(days=days_to_subtract)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment