I saw a number of examples. Some of these were even using jQuery. What I am looking for is the simplest way to change:
var diffMins = 99;
into something like "1 hour 39 minutes"
I do this only once in my application so I am not looking to rely on any functions. I would just like to know if the latest java offers a very simple way to do this.
Please note that in the title I use the word Javascript and in the question tag I use the word Javascript. I'm surprised now that two people are asking if it is Java :-(