Change a date

Started by spruce18b, October 15, 2012, 10:25:18 PM

Previous topic - Next topic

spruce18b

I have files with the time of 22:10 on October 15, 2012 which I wish to change to April 13, 2012 with a time of 18:00.

The following command issued at 22:21 on October 15, 2012 changed the time and date to 22:21 on October 15, 2012.

C:\DATA\Pictures\B&G20120413>c:\apps\exiftool\exiftool "-DateTimeOriginal-=2:06:
0 00:00:0" *.*

Could someone please tell me how to accomplish this? Thanks.

Phil Harvey

try "-datetimeoriginal-=0:6:2 4:10"

- 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 ($).