DateFormat Type
Lists values that specify format types for date values.
Declaration
export type DateFormat = "Default" | "Long" | "Short"
Members
| Name | Description |
|---|---|
| "Default" | The default date formatting. |
| "Long" | Long date pattern. |
| "Short" | Short date pattern. |
Remarks
Values in this type alias are used to set the DataItemDateTimeFormat.dateFormat property.