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.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Add new function to create just time and/or full date and time

What inspired this wish list request?

Building times can be sometimes a hassle in JMP. You can do it with

In Hours() + In Minutes() + second

or with something like 

Eval(Parse(Eval Insert("^hour^:^minute^:^second^")))

 

What is the improvement you would like to see? 

Provide a new function which could be used to build time. We have one (or rather few) already for date such as Date DMY() but we could also have one for time such as Time HMS() and/or maybe Time DMYHMS() so we could build date+time in one function. With just Time HMS() we could build the date with also also with

Date DMY() + Time HMS()

 

Why is this idea important? 

Provides function to build a times in easier manner.