-d FMT for 'IPTC:DateCreated'

Started by Tr, January 31, 2014, 01:13:55 PM

Previous topic - Next topic

Tr

Seems like -d FMT does not work for 'IPTC:DateCreated'.  Was this by design ?

Thanks.

exiftool -all -d "%Y-%m-%d" hs-2008-02-b-full-tif.tif | grep Date
File Modification Date/Time     : 2014-01-31
File Access Date/Time           : 2014-01-31
File Inode Change Date/Time     : 2014-01-31
Modify Date                     : 2007-12-13
Create Date                     : 2007-12-13
Metadata Date                   : 2011-03-03
Date Created                    : 2008:01:08
Profile Date Time               : 1999-06-03



Phil Harvey

The -d option works only for date/time tags, but unfortunately IPTC:DateCreated does not qualify.

If IPTC:TimeCreated also exists, then you can apply -d to ExifTool's Composite DateTimeCreated tag, which is derived from DateCreated and TimeCreated.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).