0
這裏是時間字符串: dt = '2016-04-07 23:00:00'
Django的:將字符串轉換爲DateTime對象
我已經試過datetime.strptime(year+"-"+day+"-"+month+" "+hour+":"+mins+":"+"00", '%Y-%d-%m %H:%M:%S')
但我得到這個錯誤:
type object 'datetime.datetime' has no attribute 'datetime'
你應該嘗試創建[在python將字符串轉換成datetime對象]的[MCVE] – Sayse
可能的複製(http://stackoverflow.com/questions/2609259/converting-string-對日期時間-對象中的Python) – trinchet