Im trying to rename files by the date and time when they were created with{createddate|yyyy-MM-dd} {createdtime|HH-mm-ss}
but the dashes in the time part are replaced with semicolons
Is this intended / am i using this the wrong way or is it a bug?
You need to use the T# and D# codes to indicate a time or date format pattern, as described in Keywords for Columns in the manual.
1 Like
Thanks, so in case anyone stumbling upon this question and wanting a
TL;DR
{created|D#yyyy-MM-dd T#HH-mm-ss}