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

Properties

dateFormat?: string
timezone?: string