This script is adding the date and not with the time. I want to add the date and time both.
var ClientDateTimeUtils = Class.create();ClientDateTimeUtils.prototype = Object.extendsObject(AbstractAjaxProcessor, {//Takes a date/time field and adds time to it. //params = sysparm_fdt (the first date/time field), sysparm_addtype (type of time to...
