how to get date in numbers using python

Solutions on MaxInterview for how to get date in numbers using python by the best coders in the world

showing results for - "how to get date in numbers using python"
Luisa
01 Nov 2017
1from datetime import datetime
2shortDate = datetime.today().strftime('%Y-%m-%d')