Main Menu

Incomplete Dates

Started by Archive, May 12, 2010, 08:54:45 AM

Previous topic - Next topic

Archive

[Originally posted by dlu on 2010-02-20 12:22:17.04296-08]

Is there a proper way to enter incomplete date information?

I've got scans of old images and no way to come up with full dates on them. For example I've got some slides that I know were shot in 1968, but only a guess on the month and no idea about the day. I'd like to be able to add incomplete date information so that they could be found in a search for images from 1968.

Is there a right (or at least commonly agreed upon) way to enter a year with unknown month and day?  Something like 1968-00-00? Obviously I could just pick a day to be the "unknown date day" but I was wondering if there was a better way or if there was an agreement to use a particular day for that purpose.

Archive

[Originally posted by exiftool on 2010-02-20 13:19:07.093004-08]

XMP allows incomplete date/time values.  These values can
take any of the the following forms when writing with
exiftool:

Code:
YYYY
YYYY:MM
YYYY:MM:DD
YYYY:MM:DD hh:mmTZD
YYYY:MM:DD hh:mm:ssTZD
YYYY:MM:DD hh:mm:ss.sTZD

Where TZD is either "Z", "+hh:mm" or "-hh:mm".

- Phil