DateFormatterOptions
Formatter Options for Date Columns - contains a single Pattern property
TypeScript
export interface DateFormatterOptions extendsExtends
BaseFormatterOptions
Properties
| Property | Type | Description |
|---|---|---|
| Pattern | string | Pattern to use for Date Format |
Property Details
Pattern
Pattern to use for Date Format
TypeScript
Pattern?: string;Property Value
string