Date API hook.

Make the EXIF date format default for the 'exif' date type.

Return value

array

File

./exif.module, line 475

Code

function exif_date_formats() {
    return array(
        array(
            'type' => 'exif',
            'format' => 'Y:m:d H:i:s',
        ),
    );
}