Is it possible to have the modification time come up in contact sheet as HRS MINS SECS?
Thanks
The format of the {mtim} variable is set by the preferences in your OS for the time string, so you do have some control over that. But if that doesn't provide enough control, you can use Variable Substring Extraction to customize it further. With my settings on macOS, I can mostly get what you want with:
{mtim:-11,2}{mtim:-8,2}:{mtim:-5,2}
Some times have a two digit hour and some times only have a single digit hour, so the above will sometimes show something like 1:10:48 and sometimes show 1210:48 which is not great. If I turn on 24 hour time, a leading zero exists on the hours and then I can make it consistent.
I suggest experimenting with the above. Let me know if you need further assistance.
For more information see:
https://docs.camerabits.com/support/solutions/articles/48001077381-variable-substring-extraction-Kirk