demo_datetime_strftime_b.py:
x = datetime.datetime.now() print(x.strftime("%b"))
C:\Users\My Name>python demo_datetime_strftime_b.py