LocaleDatePipe
A replacement of the Angular DatePipe which makes use of the Intl API to format dates according to the selected UI language.
Example
-
Extends: LocaleBasePipe
-
Implements: PipeTransform
constructor
method
(dataService?: DataService, changeDetectorRef?: ChangeDetectorRef) => LocaleDatePipetransform
method
(value: unknown, args: unknown[]) => unknownWas this chapter helpful?