cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Wish List

We want to hear your ideas for improving JMP software.

  1. Search: Please search for an existing idea first before submitting a new idea.
  2. Submit: Post your new idea using the Suggest an Idea button. Please submit one actionable idea per post rather than a single post with multiple ideas.
  3. Kudo & Comment Kudo ideas you like, and comment to add to an idea.
  4. Subscribe: Follow the status of ideas you like. Refer to status definitions to understand where an idea is in its lifecycle. (You are automatically subscribed to ideas you've submitted or commented on.)

We consider several factors when looking for what ideas to add to JMP. This includes what will have the greatest benefit to our customers based on scope, needs and current resources. Product ideas help us decide what features to work on next. Additionally, we often look to ideas for inspiration on how to add value to developments already in our pipeline or enhancements to new or existing features.

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.