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
You probably need something to access the exif data. Google suggests this library.