If you want to find file date,
stats = os.stat( filename )
print time.ctime( stats[8] )
prints 'Tue Dec 26 14:28:16 2006'
string.split, etc. yields the month, although I think you should also take the year into account.
Last edited by woooee; Jan 17th, 2007 at 1:20 am.
Reputation Points: 741
Solved Threads: 693
Nearly a Posting Maven
Offline 2,307 posts
since Dec 2006