Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created April 25, 2020 10:19
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 aniruddha27/af160c06ffe774a50da4c22c43a48145 to your computer and use it in GitHub Desktop.
Save aniruddha27/af160c06ffe774a50da4c22c43a48145 to your computer and use it in GitHub Desktop.
d1 = datetime.now()
print('Weekday :',d1.strftime('%A'))
print('Month :',d1.strftime('%B'))
print('Week number :',d1.strftime('%W'))
print("Locale's date and time representation :",d1.strftime('%c'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment