Rename folders from dd.mm.yyyy to yyyy-mm-dd?

Advanced Renamer forum
#1 : 14/04-19 14:08
Ulli W
Ulli W
Posts: 1
Hi!

I've imported a lot of photos and the program i've jused put them into folders named by date. Unfortunatly the format is dd.mm.yyyy. How can I rename they automatically into the format yyyy-mm-dd?

Thanks in advance and best regards
Ulli


14/04-19 14:08
#2 : 15/04-19 08:19
David Lee
David Lee
Posts: 1125
www.advancedrenamer.com/user_guide/regular_expresions

Replace: (\d*)\.(\d*)\.(\d*)
With: \3-\2-\1
Use regular expressions


15/04-19 08:19