Skip to main content

LocaleDatePipe

A replacement of the Angular DatePipe which makes use of the Intl API to format dates according to the selected UI language.

Example

HTML
Signature
  • Extends: LocaleBasePipe

  • Implements: PipeTransform

constructor

method(dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) => LocaleDatePipe

transform

method(value: unknown, args: unknown[]) => unknown
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page