View Single Post
  #9  
Old 04-15-2007, 01:50 PM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
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.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote