Declined
Last Updated: 09 Dec 2025 12:46 by ADMIN
Stefan
Created on: 14 Mar 2018 14:15
Category: Kendo UI for Angular
Type: Feature Request
42
Add support for Moment.js
momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
4 comments
ADMIN
Svet
Posted on: 09 Dec 2025 12:45

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.

Dylan
Posted on: 18 Oct 2021 12:13
Moment is long deprecated. Please 1) do not automatically bundle moment and 2) rather look at other libs like date-fns for date functionality. 
Bob
Posted on: 22 Aug 2018 17:34
Bump, bump, bump.  Support for moment.js is absolutely essential.
Imported User
Posted on: 13 Apr 2018 18:20
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?