Skip to content

Instantly share code, notes, and snippets.

@uutarou10
Created May 15, 2017 01:09
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 uutarou10/911109da9e69939f0ea3c2cd8f37aea8 to your computer and use it in GitHub Desktop.
Save uutarou10/911109da9e69939f0ea3c2cd8f37aea8 to your computer and use it in GitHub Desktop.
from datetime import date
fromDate = date(2017,5,15)
toDate = date(2017,11,15)
print(toDate - fromDate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment