dateFormat
Home > @gooddata/sdk-ui > IUseInsightDataViewConfig > dateFormat
IUseInsightDataViewConfig.dateFormat property
Modify date formatting on prepared insight execution, before it's executed.
Signature:
dateFormat?: string | ((def: IExecutionDefinition) => string);