Go to the function
replace_exif_tags ($language_full, $image_exif, $tpl). Place the following line right after the
{
PHP Code:
global $cfgrow;
Go to line 78
PHP Code:
$capture_date = $exif_result['DateTimeOriginalSubIFD']; // Date and Time
replace with:
PHP Code:
$capture_date = date($cfgrow['dateformat'],strtotime($exif_result['DateTimeOriginalSubIFD'])); // Date and Time
Save, upload and enjoy.