Move picture to subfolder with date name

Hey folks,
does anyone have the smarts to tell me how to invoke a command that takes a selection of picture files, sorts them by month/year and moves them into newly created subfolders named with the month/year?

Im no scripting guru so a little help is much appreciated.

Thanks

C

Do you want the timestamp from the filesystem (Modified column in Opus) or the timestamp from the EXIF metadata (if any; Shooting Time column in Opus)?

The Shooting Time case is example #10 in my list of Various Simple Rename Presets.

If you want to use the Modified time then you can get it via {modified}, {modifiedtime} and {modifieddate} instead of {shootingtime}.

this got me on the right track...

many thanks