Date API hook.

Make exif a date format in Date API. This makes it possible to alter the format exif dates is parsed as.

File

./exif.module, line 464

Code

function exif_date_format_types() {
    return array(
        'exif' => 'EXIF',
    );
}