setDateFormat()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setDateFormat
IOrganizationSettingsService.setDateFormat() method
Sets date format for organization.
Signature:
setDateFormat(dateFormat: string): Promise<void>;
Parameters
Parameter |
Type |
Description |
---|---|---|
dateFormat |
string |
the format based on the ICU standard, for example: "en-US", "cs-CZ", etc. |
Returns:
Promise<void>
promise