milliseconds in the date format string

Any questions? Need some help?
Post Reply
edan
Posts: 2
Joined: 06 Jul 2017, 14:20

milliseconds in the date format string

Post by edan »

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
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: milliseconds in the date format string

Post by rednoah »

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
:idea: Please read the FAQ and How to Request Help.
edan
Posts: 2
Joined: 06 Jul 2017, 14:20

Re: milliseconds in the date format string

Post by edan »

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