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.