Milliseconds in DateTime field

Dan Peluso

Member
Staff member
There could be a couple of different format settings to allow this depending on your version of Android. A lower case 'l' (L) seems to do the trick for me. I have also seen specifications for 'sss' and 'fff' but those did not appear to work for me. So something like
"hh:mm:ss.l" as a DefaultValue should give you the milliseconds in TracerPlus.

Let me know if that helps.
 

Amillz

New Member
Awesome! Thank you Dan. I was trying all kinds of iterations with s's and 0's with no luck but I had faith that TP could do it!
 

Amillz

New Member
Hi Dan, as a follow up; I tried your method using the lowercase L and it works beautifully! Thank you!
 
Top