newbie printing question

Martin Franklin martin.franklin at westgeo.com
Tue Oct 16 03:45:26 EDT 2001


adina_levin at mindspring.com wrote:

> I'd like to create a string with the current date and time. I've got the
> mxDateTime library, so far so good.
> 
> print mxDateTime.now() will generate the date and time to the screen.
> write will send it to a file.
> 
> But how can I assign this to a string?
> 
> I will be most thankful and embarrassed to hear the answer to this
> question. It oughta be obvious!
> 
> 
> 

To create a string variable I guess you need to assign it like so:

TimeNow=mxDateTime.now() 

print TimeNow





More information about the Python-list mailing list