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