May I ask, how can one put the milliseconds in the date format string? (I tried to find the answer on the forum but couldn't)
Thanks in advance
milliseconds in the date format string
Re: milliseconds in the date format string
You can use SSS in your date format, but does EXIF metadata even have millisecond precision?
@see https://docs.oracle.com/javase/8/docs/a ... atter.html
@see https://docs.oracle.com/javase/8/docs/a ... atter.html
Re: milliseconds in the date format string
Thanks. I just tried it on a bunch of files and the milliseconds are systematically 000... so I guess you are right that the exif time may not be that precise.