Help batch reformat file name date format from DD/MM/YY to YYYY-MM-DD
I need to batch rename a bunch of files for cross platform compatibility with Windows. Currently I have a lot of files with dates of the format DD/MM/YY that need to be renamed to ISO standard YYYY-MM-DD. I've looked around but most posts always talk about renaming with the file creation or modification date, which is not what I need. These are arbitrary dates in the names, nothing do do with the file creation or modification.