Hi I'm trying to make a list of dates between two dates and i found this

http://bytes.com/forum/thread774887.ht ml

and used the code at the bottom to make the list but i need the list to output in mm/dd/yy format instead of yyyy-mm-dd, and i was wondering if there is a line or two of code i could add to have it do that for me.

I'm pretty new to python so if this is a stupid question with a really easy...