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