MultiRenameTool: add [I] for to insert ISO-date-format

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Stefan2
Power Member
Power Member
Posts: 4133
Joined: 2007-09-13, 22:20 UTC
Location: Europa

MultiRenameTool: add [I] for to insert ISO-date-format

Post by *Stefan2 »

Suggestion:

- maybe allow [ I ] (upper case i for ISO) for to insert date in 8601-ISO format with hyphen as separators: [Y-M-D]


- or


- allow to add dot or hyphen manually into [YMD] for to create own [Y-M-D] format

- Maybe like the code from >>>[%x%_] Same as [%x%], but replace all backslashes in paths by the provided character (here: "_") and remove the ":"<<<

So [YMD-] will give us [Y-M-D] format
and [YMD.] will give us [Y.M.D] format







 
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: MultiRenameTool: add [I] for to insert ISO-date-format

Post by *ghisler(Author) »

Just use the hyphens outside of the placeholder:
[Y]-[M]-[D]
Author of Total Commander
https://www.ghisler.com
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: MultiRenameTool: add [I] for to insert ISO-date-format

Post by *Gral »

Did you ever try internal content plugin?
With

Code: Select all

[=tc.creationdate.YMD]
[=tc.writedate.YMD]
[=tc.accessdate.YMD]
you can insert whatever you wish,
also

Code: Select all

[=tc.creationdate.Y-M-D]
[=tc.writedate.Y-M-D]
[=tc.accessdate.Y-M-D]
are already predefined.
User avatar
Stefan2
Power Member
Power Member
Posts: 4133
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: MultiRenameTool: add [I] for to insert ISO-date-format

Post by *Stefan2 »

Thank you.


I just made the suggestion to do this in a more quicker way than the mentioned:

- select files
- open MRT
- insert [YMD] before of [N] , add - , (maybe also insert [t]) and press enter
or
- insert [I] and [t] before of [N] and press enter




but, all fine

 
Post Reply