Unplanned
Last Updated: 18 Oct 2021 12:13 by Dylan
Stefan
Created on: 14 Mar 2018 14:15
Category: Kendo UI for Angular
Type: Feature Request
40
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
3 comments
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?