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 -- http://mail.python.org/mailman/listinfo/python-list