Custom form displaying date incorrectly

I have a custom form with a really simple date issue.  Not GMT conversion or anything like that.  When I pick a date, I get extraneous data on the end (probably timezone).  Can't find a way to configure the date format.  Control looks like this:
 

Tried this:
    $('body').on("click",".k-i-clock",function(){$(this).closest(".k-picker-wrap").find("input[data-control='dateTimePicker']").data('kendoDateTimePicker').setOptions({"format":"mm/dd/yyyy"});});
});

No effect.  Any thoughts?
Shouldn't matter, but it is in a CR form.

Thanks
Rod
9 replies