demo_datetime_strftime_y2.py:
x = datetime.datetime.now() print(x.strftime("%Y"))
➜ begtut>python demo_datetime_strftime_y2.py