Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 15 Online
OpenStudy (anonymous):

how do i generate the date from farmat datetime.now()

OpenStudy (anonymous):

DateTime saveNow = DateTime.Now;

OpenStudy (espex):

You can break out the components of the datetime.now() like this: from datetime import datetime now = datetime.now() current_year = now.year month = now.month day = now.day

OpenStudy (anonymous):

The process also calls for breaking the datetime.now feature into somerthing that can be output on a charater by character basis. That was part what should have gleaned from the reading. particularly, Chapter of Think Python.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!