次のコード行を使用します。
from datetime import date
date_start = date.now()
次のエラーが表示されます。
AttributeError: type object 'datetime.date' has no attribute 'now'
どうすればこれを解決できますか?
次のコード行を使用します。
from datetime import date
date_start = date.now()
次のエラーが表示されます。
AttributeError: type object 'datetime.date' has no attribute 'now'
どうすればこれを解決できますか?