get todays files

Tim Chase python.list at tim.thechases.com
Wed Dec 10 14:18:15 EST 2008


> This looks very good and I have tested successfully, but is there a
> way I can set the today to automatically become todays date in that
> format?

Yes...see the python datetime module[1]...particularly the 
strftime() call on date/datetime objects.

-tkc

[1]
http://docs.python.org/library/datetime.html



More information about the Python-list mailing list