cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
uProf
Level III

Formatting DateTime string with milliseconds

Hi - I am seeking help to figure out how to display data time string in csv file that has format like 2025-08-10 23:47:39.367 to show up correctly in the data table. I have tried custom format but no luck since I could not find anything for millisecond in jmp 17.2

 

Appreciate any pointers

4 REPLIES 4
Da_Li
Level II

Re: Formatting DateTime string with milliseconds

You could set Dec to 3 in Column Info to display millisecond, hope this is what you want.

Da_Li_0-1757546194115.png

 

uProf
Level III

Re: Formatting DateTime string with milliseconds

Thanks Da_li! For 1754869659367786, I am getting 11897-05-13T00:00:00 if I do that.

 

I should be getting

2025-08-10 23:47:39.367

 
uProf
Level III

Re: Formatting DateTime string with milliseconds

Figured out the conversion. I will have to convert the unix epoch from microseconds to seconds, followed by steps mentioned here - https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/td-p/14947

 

Lastly, apply the formatting that Da_li recommended and viola!

hogi
Level XIII

Re: Formatting DateTime string with milliseconds

Issues with DATE/TIME Import in JMP?

-> Go to the JMP Prioritization Survey
Help shape the future of JMP: Take this year’s Wish List Prioritization Survey! 
... and vote:

hogi_0-1757598053315.png

Recommended Articles