ColumnDatetime
Type of column to contain a datetime value.
Interface
interface IColumnDatetime extends IColumn {
displayFormat: string;
friendlyDisplayFormat: string;
}
Properties
displayFormat
Format to display the value of the datetime field.
-
Type:
string
-
Required: No
-
Posible values:
DateOnly, DateTime
-
Default values:
DateOnly
friendlyDisplayFormat
Fiendly format to display the value of the datetime field.
-
Type:
string
-
Required: No
-
Posible values:
Standard, Unspecified
-
Default values:
Standard