momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
Bump, bump, bump. Support for moment.js is absolutely essential.
At the moment, anywhere working with dates (date/time pickers, grids) require a JavaScript Date object. This forces the dates to be local to the computer. There are cases when this is not the desired outcome, and the dates are need to be shown in another timezone. Angular Material has support for Moment dates, https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings. Is it possible to add support for them in Kendo as well?