On Mon, 3 Sep 2018 09:39:48 -0600
Andrey Goreev <
[hidden email]> wrote:
> Hello,
>
> I am trying to get file names like this:
> 20180903-093115-XXXX.dng
> and I have tried this pattern:
> [date:"yyyymmdd-hhmmss"]-[file]{range:5,8}
> but for an image taken on 2018-07-29 at 09-59-16 and named
> IMGP5557.dng I get:
> 20185929-095916-5557.dng
> Please note that the month and date part is completely wrong.
I think that you have it wrong. Please note that I do not use the
hhmmss, but:
[date:"yyyyMMdd"]-[file]{range:5,8} works for me (dk 5.9.0 appimage).
MM is required.
--
sknahT
vyS