I have many objects that use a custom TimeSpan object for representing times. I want to use a kendo- control to edit these values. Is there some way I can create a directive that will let me intercept read/write of the value so that I can and have my form data as TimeSpan but kendo- read/write a Date object?