The Core JavaScript ref has a some date/time functions. Trying to use the Timestring to show the exact time of an event (not the bar time) and not getting anything in the Formula Output window.
Am I using the toLocaleTimestring function correctly?
will this give me the event time vs bar time?
PHP Code:
function gTime() {
var time = new Date();
debugPrint(time.toLocaleTimestring());
return;
}
will this give me the event time vs bar time?
Comment