Answers for "datetime now python 3 module has not attribute 'now'"

4

datetime has no attribute now

#You probably have

import datetime

#change that to

from datetime import datetime
Posted by: Guest on June-20-2020

Code answers related to "datetime now python 3 module has not attribute 'now'"

Python Answers by Framework

Browse Popular Code Answers by Language