telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
467 stars 217 forks source link

Narrow month date formatting #2871

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the bug Formatting a date's month as 'narrow' does not return the expected output.

To Reproduce Steps to reproduce the behavior: Format a month as 'narrow':

https://stackblitz.com/edit/angular-apmnrj

Expected behavior For an 'en' locale, it should return J for January, F for February etc.

dtopalov commented 4 years ago

Hi @kknD7J3fPUGDMNR,

Thank you for reporting this. The "MMMMM" format could be used to accomplish the desired month output until the issue is fixed:

https://stackblitz.com/edit/angular-apmnrj-hbkehx?file=app/app.component.ts