How to fix problems converting string to datetime with Python / Django?

后端 未结 0 1142
暖寄归人
暖寄归人 2021-01-23 08:16

I have the following two imports:

from datetime import datetime, timedelta
import datetime as dt

If I try

date = dt.datetime.strpt         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题