Timestamp from filename pattern

Advanced Renamer forum
#1 : 05/03-17 21:10
Giles Forrest
Giles Forrest
Posts: 2
Hi,

Is there any way on updating the timestamp based on the following pattern:

YYYY-MM-DD (HH.MM.SS).ext

I've tried using

<Year>-<Month>-<Day> (<Hour>.<Min>.<Sec>)
and
<Year>-<Month>-<Day>\s\S<Hour>\S<Min>\S<Sec>

But the parentheses seem to throw it out...

Thanks,

Giles


05/03-17 21:10
#2 : 05/03-17 23:08
Kim Jensen
Kim Jensen
Administrator
Posts: 881
Reply to #1:
I can see there is a problem handling some special chars in the pattern. Try to use this pattern instead:
<Year>-<Month>-<Day> \(<Hour>\.<Min>\.<Sec>\)

I will fix this so that it will no longer be needed to escape the (, ) and .. The next version (due in a couple of days), you will no longer need to escape.


05/03-17 23:08
#3 : 06/03-17 00:06
Giles Forrest
Giles Forrest
Posts: 2
Reply to #2:
Great, thanks Kim!


06/03-17 00:06