cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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
Staff

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 XII

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