I created a javascript function : Time.js :
var now = new moment();
console.log(now.format("HH:mm:ss"));
And now I would want to add it on my custom control to see if it works. How to appeal this function/library? Should it be as a default value for a computed field?
Thanks for your attention!
- What I need exactly is a function for a continuos time & date. In Lotus Notes Client i made it by creating a function helped by the JSHeader but in Xpages I don't know how, many thanks.