withDateFormat()
Home > @gooddata/sdk-backend-spi > IPreparedExecution > withDateFormat
IPreparedExecution.withDateFormat() method
Adds the desired date format to the postProcessing of an IPreparedExecution.
Signature:
withDateFormat(dateFormat: string): IPreparedExecution;
Parameters
Parameter | Type | Description |
---|---|---|
dateFormat | string | Format to be applied to the dates in an AFM execution response. |
Returns:
new execution with the updated postProcessing