cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

Convert Timestamp

How to convert these kind of timestamp 2019-06-10T20:51:46+0000 into ''yyyy-mm-dd''.

I have tried many of format patterns but its not working.

 

Currently the data type of timestamp column is Character and modelling type is Nominal

1 ACCEPTED SOLUTION

Accepted Solutions
Jeff_Perkinson
Community Manager Community Manager

Re: Convert Timestamp

The easiest way to do this is with a new column with a formula. 

The Informat() function will convert everything before the "T" and the Word() function makes it easy to extract just that portion.

 

2023-05-22_10-03-11.698.png

 More about dates and the Word() function:
Using dates, times, datetimes and durations in JMP 
If you learn only one Formula Editor function, Word() is the one 

-Jeff

View solution in original post

1 REPLY 1
Jeff_Perkinson
Community Manager Community Manager

Re: Convert Timestamp

The easiest way to do this is with a new column with a formula. 

The Informat() function will convert everything before the "T" and the Word() function makes it easy to extract just that portion.

 

2023-05-22_10-03-11.698.png

 More about dates and the Word() function:
Using dates, times, datetimes and durations in JMP 
If you learn only one Formula Editor function, Word() is the one 

-Jeff

Recommended Articles