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