momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
Hi,
By default, all Kendo UI for Angular components that accept a Date value require a valid JavaScript Date object. Each component provides a valueChange event that can be handled to transform the returned JavaScript Date value into a Moment Date or any other format required by your use case. I will proceed with closing this item as we do not plan to add support for Moment JS in the future.
Regards,
Svet
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
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?