Change date formatting of
I want to rename my photos according to the following scheme and I have a question if it is possible to change the date formatting of the <ExifTool:CreateDate> as I find "2018_03_28 17_03_02.dng" a bit confusing and prefer "YYYYMMDD-DDMMSS" instead. Or do I have to use <Year Modified:0000> or <Year Created:0000> values for that? With both, I sometimes get wrong date values. That's why i want to use <ExifTool:CreateDate>, since this is really the correct time of when the photo was taken.
Just add a List replace method
Replace: "_" with: <nothing>
Replace: <space> with: "-"
Replace: "_" with: <nothing>
Replace: <space> with: "-"
Reply to #2:
Thanks a lot! Was a little late yesterday where I fiddeling around with that. Makes sense now 👠Thanks!!
Thanks a lot! Was a little late yesterday where I fiddeling around with that. Makes sense now 👠Thanks!!