I want to be able to convert Date into a "Time from now" format. I can accomplish the same using Moment.js library, but if I achieve the same using Kendo UI, I see no point in using Moment.js
http://jsbin.com/bufikakufu/2/edit?html,output
What's the simplest way to get this done using Kendo. I don't want to get into manually parsing date object, and then diffing the date from now etc..