Tooltip - possible to change date format? [solved]

Ask for help and post your question on how to use XnView MP.

Moderators: helmut, XnTriq, xnview

Post Reply
Sprintdriver
Posts: 68
Joined: Mon Feb 02, 2009 11:46 pm

Tooltip - possible to change date format? [solved]

Post 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.
Post Reply