Searched refs:exifDateFormat (Results 1 – 1 of 1) sorted by relevance
972 SimpleDateFormat exifDateFormat = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss"); in testJpegExifByCamera() local974 Date exifDateTime = exifDateFormat.parse(datetime); in testJpegExifByCamera()