cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

How do I convert a numeric "string" into a date?

I´m a new user and I´m trying to convert a nummeric string into a jmp date format. 

I tried creating a new column by concatenating a character string so that could at least get my desired "ddmmyyy" output:

(Substr( :START_DATE, 7, 2 ) || Substr( :START_DATE, 5, 2 )) ||Substr( :START_DATE, 1, 4 ) but that didnt get´me any further.

Any ideas on this?

jpeg.PNG

 

11 REPLIES 11
JulieSAppel
Level IV

Re: How do I convert a nummeric string into a date?

Actually, when I run it on the test file I get missing data in all of the rows. I use JMP 12 - can that be the reason?
JulieSAppel
Level IV

Re: How do I convert a nummeric string into a date?

No sorry it works now

Thanks for the help

Recommended Articles