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 date is stored in the EXIF data in the jpeg. There's a java library and a viewer in java that might be helpful.