Page 1 of 1

images Date Taken Format in copy / move

Posted: Mon Feb 19, 2024 10:07 pm
by sk2107
Hello,

in Advanced Move to folder

Old Format: DSC00136.jpg
New Format: F#$date-taken:#DSC00136.jpg

New Filenames:F#128796916660000000#DSC00136.jpg

How can I make it F#2009-02-21_15-07-46#DSC00136.jpg

where 2009-02-21 15:07:46 is the actual Date taken

Thanks

Re: images Date Taken Format in copy / move

Posted: Mon Feb 19, 2024 10:22 pm
by void
Please try the following new format:

F#<FORMATFILETIME:$date-taken:,"yyyy-MM-dd_HH-mm-ss">#DSC00136.jpg

FORMATFILETIME
Date formatting

Re: images Date Taken Format in copy / move

Posted: Mon Feb 19, 2024 10:45 pm
by sk2107
Thanks a lot.

Best Regards

Re: images Date Taken Format in copy / move

Posted: Mon Feb 19, 2024 10:49 pm
by sk2107
Is there a way to filter if the date modified is not equal to the date taken?

Best Regards

Re: images Date Taken Format in copy / move

Posted: Mon Feb 19, 2024 10:55 pm
by sk2107
I think this datetaken:!=datemodified: will do it if I am not wrong.

Regards

Re: images Date Taken Format in copy / move

Posted: Tue Feb 20, 2024 2:36 am
by void
The following will show files where the date taken and date modified as FILETIMEs differ:

datetaken:!=datemodified:



To compare as seconds:

$datetaken:/10000000!=$datemodified:/10000000

Re: images Date Taken Format in copy / move

Posted: Tue Feb 20, 2024 12:16 pm
by sk2107
Thanks a lot and best regards