Page 1 of 1

Tooltip - possible to change date format? [solved]

Posted: Fri Dec 01, 2023 8:30 pm
by Sprintdriver
Hi.

The default tooltip format string is this:
<b>{Filename}</b><br>{Modified Date} - {EXIF:Date taken}<br>{Size KB} Kib
However, this yelds the date format I'm not familiar to use. Is it possible to change this string so that the date formats like Y-M-D ?

Ok, forget about it, I just found the solution:

Code: Select all

<b>{Filename}</b><br>{Modified Date[Y-m-d H:M]}<br>{EXIF:Date taken[Y-m-d H:M]}<br>{Size KB} KiB
I tag it solved albeit it's the first post, but I was not able to find any other examples on this online.