-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Add milliseconds support on Date Pipe #7590
Copy link
Copy link
Closed
Labels
area: commonIssues related to APIs in the @angular/common packageIssues related to APIs in the @angular/common packagearea: i18nIssues related to localization and internationalizationIssues related to localization and internationalizationfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Metadata
Metadata
Assignees
Labels
area: commonIssues related to APIs in the @angular/common packageIssues related to APIs in the @angular/common packagearea: i18nIssues related to localization and internationalizationIssues related to localization and internationalizationfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
As Angular 1 we need milliseconds support on date format from Date Pipe....
Actually new Date Pipe doesn't support it:
https://angular.io/docs/ts/latest/api/common/DatePipe-class.html
please add it, otherwise it will be quite difficult to migrate old components using new pipes!
Thanks!