You are here

function exif_date_format_types in Exif 6

Same name and namespace in other branches
  1. 7 exif.module \exif_date_format_types()

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 126
implementing the drupal api

Code

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