How to Rename Dates

Advanced Renamer forum
#1 : 12/03-14 16:17
Michelle
Michelle
Posts: 1
Hello,

I am new to Advanced Renamer and struggling to rename a series of mass files.

My files look something like this:

01.18.03 Healthcare.doc


I want the files to read:

20030118_Healthcare.doc


I would greatly appreciate any suggestions or solutions. Thanks in advance!


12/03-14 16:17
#2 : 12/03-14 19:28
Stefan
Stefan
Posts: 274
Reply to #1:


FROM:
01.18.03 Filename.doc
TO:
20030118_Filename.doc

Utilize Replace Method (http://www.advancedrenamer.com/user_guide/metho d_replace)


Find:"(\d\d)\.(\d\d)\.(\d\d) (.+)"
Replace: "20\3\1\2_\4"
[X]RegEx


(don't use the " " quotes in real ! ;-) They are for clarifying only)




.


12/03-14 19:28 - edited 12/03-14 19:30