you can use the 'lastModified()' method of the File class, it returns a long value, you can then use the 'setTimeInMillis()' method of the Calendar class, from there you can get the various parts of the modified date/time of the file
http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html...