How to fix NaN error?
Hey guys, I have a script include as follows: var ourcompanyClientDateTimeUtils = Class.create(); ourcompanyClientDateTimeUtils.prototype = Object.extendsObject(AbstractAjaxProcessor, { withinBusinessHours: function() { var retVal; // Return v...
