I don't think aMule stores the dates of the files it downloaded, so your request is hard to fulfill (but may be (and hopefully) I'm wrong).
Here's how you could see all the files that are known to aMule (run the following line in a terminal or the console assuming you're using Linux, FreeBSD/NetBSD/OpenBSD, Solaris/OpenSolaris and/or Mac OS X):
strings -n 9 ~/.aMule/known.met | uniq | less
(The "
strings" command is part of "
binutils" so you may need to install it first.)
(Just ignore the file hashes.)
Here's another thread that may interest you:
question about historyEDIT: Ooohhh, I see you already knew about that thread, sorry for this unneeded post of mine (I didn't notice your reply in that thread as it is the last one).