I would like to extract the date a jpg file was created. Java has the lastModified method for the File object, but appears to provide no support for extracting the created date
The information is stored within the image in a format called EXIF or link text. There several libraries out there capable of reading this format, like this one