Resolved! Client Script add days to date field
Hi,I want to add dates to a date/time field in catalog item. Below is the code I am using but it is not working.Client Script :-function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; }//Type appropriate...