Skip to content

Instantly share code, notes, and snippets.

@corneliouzbett
Created March 17, 2019 20:14
Show Gist options
  • Save corneliouzbett/3667bd009e05ba0562a09b8cb7951e74 to your computer and use it in GitHub Desktop.
Save corneliouzbett/3667bd009e05ba0562a09b8cb7951e74 to your computer and use it in GitHub Desktop.
import datetime
dt = datetime.datetime.now()
print(dt)
print(dt.year)
print(dt.month)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment