This is my code:
import datetime today = datetime.date.today() print(today)
This prints: 2008-11-22 which is exactly what I wa
2008-11-22
from datetime import date def time-format(): return str(date.today()) print (time-format())
this will print 6-23-2018 if that's what you want :)