import datetime dt = datetime.datetime.today() print dt.year # Output: 2016 print dt.month # Output: 8 print dt.day # Output: 22