W3cubDocs

/Angular

DatePipeConfig

An interface that describes the date pipe configuration, which can be provided using the DATE_PIPE_DEFAULT_OPTIONS token.

API

interface DatePipeConfig {
  dateFormat?: string | undefined;
  timezone?: string | undefined;
}

dateFormat

string | undefined

timezone

string | undefined

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/DatePipeConfig