[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/common/DatePipeConfig [Back]  [Original]

DatePipeConfig Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/common

DatePipeConfig

interface
stable

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

DATE_PIPE_DEFAULT_OPTIONS

On this page

    arrow_upward_alt Back to the top

    API

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

    dateFormat

    string | undefined

    timezone

    string | undefined
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page