Skip to content

Instantly share code, notes, and snippets.

@vaibkumr
Created May 28, 2018 12:11
Show Gist options
  • Save vaibkumr/1a70b5e832f4e0b5f443027086ced95b to your computer and use it in GitHub Desktop.
Save vaibkumr/1a70b5e832f4e0b5f443027086ced95b to your computer and use it in GitHub Desktop.
generating date in python
import arrow
date=arrow.now().format('YYYY-MM-DD')
print(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment