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